diff options
Diffstat (limited to 'tests/test_runner/dune')
-rw-r--r-- | tests/test_runner/dune | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/test_runner/dune b/tests/test_runner/dune index 7caf661f..52688d14 100644 --- a/tests/test_runner/dune +++ b/tests/test_runner/dune @@ -1,4 +1,11 @@ (executable (public_name test_runner) - (libraries core_unix.sys_unix unix) - (name run_test)) + (libraries core_unix core_unix.filename_unix core_unix.sys_unix re str unix) + (preprocess + (pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv)) + (name run_test) + (modules Backend Input Utils run_test)) + +(env + (dev + (flags :standard -warn-error -5@8-11-14-32-33-20-21-26-27-39))) |