e1d1292c09
We now use simpler OCaml bindings much easier to review.
15 lines
243 B
Plaintext
15 lines
243 B
Plaintext
(jbuild_version 1)
|
|
|
|
(executable
|
|
((name test)
|
|
(libraries (hex tweetnacl alcotest))))
|
|
|
|
(alias
|
|
((name runtest-tweetnacl)
|
|
(deps (test.exe))
|
|
(action (run ${<}))))
|
|
|
|
(alias
|
|
((name runtest)
|
|
(deps ((alias runtest-tweetnacl)))))
|