This commit is contained in:
swrup 2026-02-07 00:29:26 +01:00
parent f1936f150d
commit 16387c6e2d
166 changed files with 0 additions and 17553 deletions

11
test/dune Normal file
View file

@ -0,0 +1,11 @@
(test
(name test)
(modules test)
(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