exercism/ocaml/hello-world/jbuild

12 lines
153 B
Plaintext
Raw Normal View History

2018-08-14 22:28:48 +00:00
(jbuild_version 1)
(executable
((name test)
(libraries (base oUnit))
))
(alias
((name runtest)
(deps (test.exe))
(action (run ${<}))))