diff --git a/test/jbuild b/test/jbuild index 8a85ce36..860c88b2 100644 --- a/test/jbuild +++ b/test/jbuild @@ -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)))))