diff options
author | Son Ho | 2024-05-24 16:32:59 +0200 |
---|---|---|
committer | Son Ho | 2024-05-24 16:32:59 +0200 |
commit | 321263384bb1e6e8bfd08806f35164bdba387d74 (patch) | |
tree | 04d90b72b7591e380079614a4335e9ca7fe11268 /tests/test_runner/dune | |
parent | 765cb792916c1c69f864a6cf59a49c504ad603a2 (diff) | |
parent | 0baa0519cf477fe1fa447417585960fc811bcae9 (diff) |
Merge branch 'main' into afromher/recursive_projectors
Diffstat (limited to 'tests/test_runner/dune')
-rw-r--r-- | tests/test_runner/dune | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_runner/dune b/tests/test_runner/dune new file mode 100644 index 00000000..e8b29d66 --- /dev/null +++ b/tests/test_runner/dune @@ -0,0 +1,10 @@ +(executable + (public_name test_runner) + (libraries core_unix.sys_unix re unix) + (preprocess + (pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv)) + (name run_test)) + +(env + (dev + (flags :standard -warn-error -5@8-11-14-32-33-20-21-26-27-39))) |