mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
11 lines
348 B
Text
11 lines
348 B
Text
(test
|
|
(name t)
|
|
(flags :standard -strict-sequence -warn-error -a+8)
|
|
(modes (best exe))
|
|
(package containers)
|
|
(preprocess
|
|
(action
|
|
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
|
|
(libraries containers containers.bencode containers.cbor
|
|
containers.unix containers.pp
|
|
threads containers_testlib iter gen uutf csexp))
|