dune/example/jbuild

20 lines
515 B
Plaintext
Raw Normal View History

2017-08-11 10:09:23 +00:00
(jbuild_version 1)
2017-03-21 14:06:02 +00:00
(alias
((name runtest)
2017-08-11 10:09:23 +00:00
(deps ((files_recursively_in sample-projects/hello_world)))
2017-03-21 14:06:02 +00:00
(action
2017-08-11 10:09:23 +00:00
(chdir sample-projects/hello_world
(setenv JBUILDER ${bin:jbuilder}
2018-04-18 12:29:07 +00:00
(run ${exe:../test/blackbox-tests/cram.exe} -test run.t))))))
2017-03-21 14:06:02 +00:00
2017-08-11 10:09:23 +00:00
(alias
((name runtest)
(deps ((files_recursively_in sample-projects/with-configure-step)))
(action
(chdir sample-projects/with-configure-step
(setenv JBUILDER ${bin:jbuilder}
2018-04-18 12:29:07 +00:00
(run ${exe:../test/blackbox-tests/cram.exe} -test run.t))))))
2017-03-21 14:06:02 +00:00