diff options
author | Nadrieril | 2024-05-27 11:22:37 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-27 14:40:34 +0200 |
commit | 9c09789c26dd8142b8a29b42e250a685aa983e58 (patch) | |
tree | 0ba6a9de8a5aa7c3c037022c0446ed2bf772227f /tests/test_runner/dune | |
parent | aee6dc227c4ed041bbbae7cf38729a4b1a3a6869 (diff) |
runner: Support negative tests
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 c38e009c..6bb3f7b2 100644 --- a/tests/test_runner/dune +++ b/tests/test_runner/dune @@ -1,6 +1,6 @@ (executable (public_name test_runner) - (libraries core_unix core_unix.sys_unix re str unix) + (libraries core_unix core_unix.filename_unix core_unix.sys_unix re str unix) (preprocess (pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv)) (name run_test)) |