11 lines
166 B
Plaintext
Raw Normal View History

2018-04-04 10:01:47 +02:00
(jbuild_version 1)
(executable
((name test)
2018-04-19 14:29:27 +02:00
(libraries (hex libsecp256k1 alcotest))))
2018-04-04 10:01:47 +02:00
(alias
((name runtest)
(deps (test.exe))
(action (run ${<}))))