diff options
author | Nadrieril | 2024-05-24 16:20:26 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-24 16:31:32 +0200 |
commit | 0ebfa7a15f4d7218389488ff8a92206c0d6642ec (patch) | |
tree | 53f04658b99d039faeb67c24af21bca9e35b7870 /tests/test_runner/dune | |
parent | c4af12c1c34406720d8173f2972d4cf1f42f8f5b (diff) |
runner: Allow filenames with dashes
Diffstat (limited to 'tests/test_runner/dune')
-rw-r--r-- | tests/test_runner/dune | 2 |
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)) |