15 lines
246 B
Plaintext
15 lines
246 B
Plaintext
(jbuild_version 1)
|
|
|
|
(executable
|
|
((name test)
|
|
(libraries (hex libsecp256k1 alcotest))))
|
|
|
|
(alias
|
|
((name runtest-secp256k1)
|
|
(deps (test.exe))
|
|
(action (run ${<}))))
|
|
|
|
(alias
|
|
((name runtest)
|
|
(deps ((alias runtest-secp256k1)))))
|