I want to work on fixing a dune bug, and for some reason I don't seem to be able to run cram tests (form the dune repo). They are simply not run when I call ./dune.exe build @test-alias
(the command does not fail), even if I add an $ exit 1
line in the test. Do I need to do anything special for these tests to be enabled? I recall making and running tests like those a few months ago, and never had that problem.
I guess a few things to look @Rodolphe Lepigre is:
Indeed, a flag was introduced. I need to do DUNE_COQ_TEST=enable ./dune.exe build @test-alias
. Thanks!
Rodolphe Lepigre has marked this topic as resolved.
Sorry about that, I should add a warning if a user tries to run a test but the flag is not set.
Last updated: Jun 04 2023 at 23:30 UTC