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/dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_runner/dune b/tests/test_runner/dune
new file mode 100644
index 00000000..7caf661f
--- /dev/null
+++ b/tests/test_runner/dune
@@ -0,0 +1,4 @@
+(executable
+ (public_name test_runner)
+ (libraries core_unix.sys_unix unix)
+ (name run_test))