diff options
author | Nadrieril | 2024-05-24 15:47:20 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-24 16:11:59 +0200 |
commit | 4d3778bea3112168645efc03308056ec341abb5f (patch) | |
tree | c4f4c81614d673a73881b5fb8defa0018061e51a /tests/test_runner/dune | |
parent | c0a6916549b55fbae2226e4c34af45e500928645 (diff) |
runner: Pass options in special comments
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 65b0c5fe..e8b29d66 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 unix) + (libraries core_unix.sys_unix re unix) (preprocess (pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv)) (name run_test)) |