JJ: Description from the destination commit:
JJ: Description from source commit: + clean up tos JJ: Description from source commit: rename
This commit is contained in:
parent
9040094717
commit
0900b4b316
167 changed files with 75 additions and 18547 deletions
16
test/dune
Normal file
16
test/dune
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(test
|
||||
(name test)
|
||||
(modules test)
|
||||
(libraries mte fmt))
|
||||
|
||||
(test
|
||||
(name crypto)
|
||||
(modules crypto)
|
||||
(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
|
||||
Loading…
Add table
Add a link
Reference in a new issue