tests belong in specific packages

This commit is contained in:
Simon Cruanes 2022-07-03 00:17:44 -04:00
parent adb47f6c49
commit 913ebdd52e
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
(name t) (name t)
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_) (flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
(modes native) (modes native)
(package containers)
(preprocess (preprocess
(action (action
(run %{project_root}/src/core/cpp/cpp.exe %{input-file}))) (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))

View file

@ -2,4 +2,5 @@
(name t) (name t)
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_) (flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
(modes native) (modes native)
(package containers-data)
(libraries containers containers-data containers_testlib iter gen)) (libraries containers containers-data containers_testlib iter gen))

View file

@ -2,4 +2,5 @@
(name t) (name t)
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_) (flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
(modes native) (modes native)
(package containers-thread)
(libraries containers containers-thread containers_testlib iter threads)) (libraries containers containers-thread containers_testlib iter threads))