Add test case for #24

This commit is contained in:
Jeremie Dimino 2017-03-15 11:17:09 +00:00
parent bf4a4ba5f9
commit 85607929d1
1 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,10 @@
(action
(chdir workspaces/github20
(run ${exe:run.exe} ${bin:jbuilder} build .merlin --root .)))))
(alias
((name runtest)
(deps ((files_recursively_in workspaces/github24)))
(action
(chdir workspaces/github24
(run ${exe:run.exe} ${bin:jbuilder} build @install --root .)))))