JJ: Description from the destination commit:

JJ: Description from source commit:
+ clean up tos

JJ: Description from source commit:
rename
This commit is contained in:
swrup 2026-02-12 15:33:58 +01:00
parent 9040094717
commit 0900b4b316
167 changed files with 75 additions and 18547 deletions

16
test/dune Normal file
View file

@ -0,0 +1,16 @@
(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