This commit is contained in:
swrup 2026-02-16 17:55:21 +01:00
parent 6bf2771f1c
commit c664fef526
11 changed files with 40 additions and 165 deletions

View file

@ -4,13 +4,6 @@
(libraries mte fmt))
(test
(name crypto)
(modules crypto)
(name test_crypto)
(modules test_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