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

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

(alias (name runtest)
 (deps just_raise.exe just_raise.expected-output uncaught_exception_test.sh)
 (action (bash ./uncaught_exception_test.sh)))

(executables (names float_test just_raise test_runner)
 (libraries bin_prot core_kernel.caml_threads core_unix.command_unix core
  oUnit ppx_inline_test.runtime-lib quickcheck_deprecated sexplib
  core_unix.time_unix variantslib core_kernel.version_util)
 (preprocess (pps ppx_jane)))