summaryrefslogtreecommitdiff
path: root/tests/test_runner/dune
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/test_runner/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner/dune b/tests/test_runner/dune
index e8b29d66..1c719532 100644
--- a/tests/test_runner/dune
+++ b/tests/test_runner/dune
@@ -1,6 +1,6 @@
(executable
(public_name test_runner)
- (libraries core_unix.sys_unix re unix)
+ (libraries core_unix.sys_unix re str unix)
(preprocess
(pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv))
(name run_test))