mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
tests belong in specific packages
This commit is contained in:
parent
adb47f6c49
commit
913ebdd52e
3 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
(name t)
|
||||
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
|
||||
(modes native)
|
||||
(package containers)
|
||||
(preprocess
|
||||
(action
|
||||
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
(name t)
|
||||
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
|
||||
(modes native)
|
||||
(package containers-data)
|
||||
(libraries containers containers-data containers_testlib iter gen))
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
(name t)
|
||||
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
|
||||
(modes native)
|
||||
(package containers-thread)
|
||||
(libraries containers containers-thread containers_testlib iter threads))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue