(alias
 ((name runtest)
  (deps (test_runner.exe))
  (action (bash "./test_runner.exe"))))

(executables
 ((names (example test_runner mac_test microbench bin_prot_test_nonrec))
  (libraries
   (bin_prot
    core
    core_bench
    oUnit))
  (preprocess (pps (ppx_jane ppx_driver.runner)))))

(jbuild_version 1)
