ocaml-containers/src/testlib/dune
Simon Cruanes 10865eaced reformat
2022-07-04 13:36:06 -04:00

7 lines
205 B
Text

(library
(name containers_testlib)
(synopsis "Test library for containers")
(preprocess
(action
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
(libraries containers qcheck-core unix))