summaryrefslogtreecommitdiff
path: root/tests/test_runner/dune
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/dune')
-rw-r--r--tests/test_runner/dune10
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)))