2018-04-04 12:01:47 +04:00
|
|
|
(executable
|
2018-07-25 23:06:02 +04:00
|
|
|
(name test)
|
|
|
|
(libraries hex libsecp256k1 alcotest))
|
2018-04-04 12:01:47 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest-secp256k1)
|
|
|
|
(action (run %{exe:test.exe})))
|
2018-04-19 19:10:45 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest)
|
|
|
|
(deps (alias runtest-secp256k1)))
|