mte/unikernel/duniverse/ocaml-re/lib_test/concurrency/dune
2025-11-11 02:07:51 +01:00

13 lines
214 B
Text

(test
(name test)
(build_if
(>= %{ocaml_version} 5.0))
(action
(pipe-outputs
(setenv
TSAN_OPTIONS
suppressions=suppress.txt
(run %{test}))
(run cat)))
(deps suppress.txt)
(libraries re))