ligo/vendors/ocaml-bip39/test/jbuild

9 lines
145 B
Plaintext
Raw Normal View History

2018-02-08 21:59:43 +04:00
(executable
((name test)
(libraries (bip39 hex alcotest))))
(alias
((name runtest-bip39)
(deps (test.exe))
(action (run ${<}))))