Skip to content

Commit 3c5b232

Browse files
committed
tests belong in specific packages
1 parent 10865ea commit 3c5b232

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/core/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(name t)
33
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
44
(modes native)
5+
(package containers)
56
(preprocess
67
(action
78
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))

tests/data/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
(name t)
33
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
44
(modes native)
5+
(package containers-data)
56
(libraries containers containers-data containers_testlib iter gen))

tests/thread/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
(name t)
33
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
44
(modes native)
5+
(package containers-thread)
56
(libraries containers containers-thread containers_testlib iter threads))

0 commit comments

Comments
 (0)