(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))
