(jbuild_version 1)

(alias
 ((name runtest)
  (deps ((files_recursively_in sample-projects/hello_world)))
  (action
   (chdir sample-projects/hello_world
    (setenv JBUILDER ${bin:jbuilder}
     (run ${exe:../test/blackbox-tests/cram.exe} run.t))))))

(alias
 ((name runtest)
  (deps ((files_recursively_in sample-projects/with-configure-step)))
  (action
   (chdir sample-projects/with-configure-step
    (setenv JBUILDER ${bin:jbuilder}
     (run ${exe:../test/blackbox-tests/cram.exe} run.t))))))


