16 lines
270 B
Text
16 lines
270 B
Text
(test
|
|
(name test)
|
|
(modules test)
|
|
(libraries mte fmt))
|
|
|
|
(test
|
|
(name b32)
|
|
(modules b32)
|
|
(libraries b32 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
|