[ANN] Dune 2.7.0

Wait, there might be some misunderstanding here. If you test executable is just the binary test666 then you just need the test stanza:

(test (name test666))

Cram tests are for testing public executables. Therefore you don’t need this additional boilerplate, as your executable is already defined.

This post might give you a better idea of how it works Cram - Tests on Short Notice

1 Like