This commit is contained in:
swrup 2025-10-07 15:08:35 +02:00
parent e4b9fb473a
commit d31e895968
7 changed files with 114 additions and 39 deletions

View file

@ -2,3 +2,10 @@
(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