This commit is contained in:
swrup 2026-02-07 00:27:44 +01:00
parent 6af4f57d20
commit 7b299b1bd4
166 changed files with 0 additions and 17451 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