mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-03-09 07:03:35 -04:00
7 lines
205 B
Text
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))
|