2025-09-13 15:56:19 +02:00
|
|
|
(test
|
|
|
|
|
(name test)
|
|
|
|
|
(modules test)
|
|
|
|
|
(libraries mte fmt))
|
|
|
|
|
|
2026-02-07 20:29:35 +01:00
|
|
|
(test
|
2026-02-10 16:47:08 +01:00
|
|
|
(name crypto)
|
|
|
|
|
(modules crypto)
|
|
|
|
|
(libraries mte fmt))
|
2026-02-07 20:29:35 +01:00
|
|
|
|
2025-09-13 15:56:19 +02:00
|
|
|
; 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
|