tests belong in specific packages

This commit is contained in:
Simon Cruanes 2022-07-03 00:17:44 -04:00
parent 10865eaced
commit 3c5b2329bc
3 changed files with 3 additions and 0 deletions

View file

@ -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})))

View 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))

View file

@ -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))