mte/unikernel/duniverse/ocaml-re/lib_test/concurrency/dune

14 lines
214 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(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))