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