mte/test/dune
swrup 0900b4b316 JJ: Description from the destination commit:
JJ: Description from source commit:
+ clean up tos

JJ: Description from source commit:
rename
2026-02-12 15:33:58 +01:00

16 lines
276 B
Text

(test
(name test)
(modules test)
(libraries mte fmt))
(test
(name crypto)
(modules crypto)
(libraries mte fmt))
; TODO
; cram test?
; gcc -o a.out ./test/signatures.c && ./a.out > a.output
; rm ./a.out
; dune exec ./test/test.exe > b.output
; cmp -l a.output b.output