guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/96] gnu: Add ocamlmod.


From: julien lepiller
Subject: Re: [PATCH 10/96] gnu: Add ocamlmod.
Date: Wed, 04 Jan 2017 17:57:49 +0100
User-agent: Roundcube Webmail/1.2.3

Le 2017-01-04 16:00, David Craven a écrit :
+ (arguments `(#:phases (modify-phases %standard-phases (delete 'check))))

The standard way of doing this is with #:tests? #f.

The thing is tests are passed during 'build. This is activated by the --enable-tests argument, that is enabled by #:tests? #t. This is only to disable passing tests twice. With #:tests? #f, no test is run. So, what should we do? Maybe change ocaml-build-system to have #:tests? only modify the phases, and not the configure argument, and having a separated #:test-argument? to add the argument to configure?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]