Add unit tests to target without deps

This commit is contained in:
Rudi Grinberg 2018-04-27 21:55:43 +07:00
parent f84550b98a
commit 558b372cf0
1 changed files with 5 additions and 0 deletions

View File

@ -74,3 +74,8 @@ Printf.fprintf (open_out Sys.argv.(2)) \"%g\n%!\" (Sys.time ())
(rule ((targets (08.bar)) (action (run ./incr.exe y ${@})) (locks (m))))
(rule ((targets (09.bar)) (action (run ./incr.exe y ${@})) (locks (m))))
(rule ((targets (10.bar)) (action (run ./incr.exe y ${@})) (locks (m))))
(alias
((name runtest-no-deps)
(deps ((alias_rec blackbox-tests/runtest-no-deps)
(alias_rec unit-tests/runtest)))))