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