mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
21 lines
367 B
Text
21 lines
367 B
Text
(test
|
|
(name t)
|
|
(flags :standard -strict-sequence -warn-error -a+8 -w -48-60)
|
|
(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))
|