Add a regression test for #20

This commit is contained in:
Jeremie Dimino 2017-03-15 11:12:04 +00:00
parent d8fd2f084c
commit bf4a4ba5f9
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,5 @@
(jbuild_version 1)
(executables
((names (run))
(libraries (unix))))
@ -8,3 +10,10 @@
(action
(chdir workspaces/redirections
(run ${exe:run.exe} ${bin:jbuilder} runtest --root .)))))
(alias
((name runtest)
(deps ((files_recursively_in workspaces/github20)))
(action
(chdir workspaces/github20
(run ${exe:run.exe} ${bin:jbuilder} build .merlin --root .)))))

View File

@ -0,0 +1,4 @@
(jbuild_version 1)
(library
((name foo)))