This commit is contained in:
swrup 2026-02-16 17:55:21 +01:00 committed by Swrup
parent 0b6f5e3db5
commit 53debfd866
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