mte/.jjconflict-base-0/test/dune
swrup 9a6b0c2429 JJ: Description from the destination commit:
add error for unsupported CS denom

JJ: Description from source commit:
better fix
2025-12-01 00:03:04 +01:00

11 lines
214 B
Text

(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