wip debug

This commit is contained in:
swrup 2026-02-07 00:11:25 +01:00
parent 08699487f1
commit f1936f150d
166 changed files with 17619 additions and 15 deletions

View file

@ -1,11 +0,0 @@
(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