test binary_formats

This commit is contained in:
swrup 2025-10-07 16:26:05 +02:00
parent 4490485fc2
commit bc29388ef1
5 changed files with 68 additions and 1 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