2018-05-04 21:10:30 +04:00
|
|
|
(executable
|
2018-07-25 23:06:02 +04:00
|
|
|
(name test)
|
|
|
|
(libraries hex hacl alcotest))
|
2018-05-04 21:10:30 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest-hacl)
|
|
|
|
(action (run %{exe:test.exe})))
|
2018-05-04 21:10:30 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest)
|
|
|
|
(deps (alias runtest-hacl)))
|