Closed dinosaure closed 4 years ago
thanks. I've no deep insight into the changes, but indeed a dune runtest --verbose
shows that ./test.exe
and ./wycheproof_hacl.exe
are executed. tbh, I'd still prefer to just use Alcotest for the tests (I'm fine to work on that unless someone has objections). having said that, I suspect this PR is an improvement and should be merged. :)
I updated tests to have the same layout than the
dune
's documentation about diffing results.It seems that
dune runtest
correctly compiles and run tests but it does not show results ifdiff
does not return an error (which is not user-friendly indeed). However, withdune runtest --verbose
, we can ensure an execution of them. So I believe it's fine - try to fix #37.