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

(executables
 (names am_running_inline_test command_shape_test_child
  command_shape_test_parent test_runner thread_on_uncaught_exn)
 (libraries bin_prot core oUnit ppx_inline_test.runtime-lib
  quickcheck_deprecated sexplib variantslib)
 (preprocess (pps ppx_jane -allow-unannotated-ignores)))