summaryrefslogtreecommitdiff
path: root/test/buildtool/common/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/common/TARGETS')
-rw-r--r--test/buildtool/common/TARGETS12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/buildtool/common/TARGETS b/test/buildtool/common/TARGETS
index e26ff319..71cddce1 100644
--- a/test/buildtool/common/TARGETS
+++ b/test/buildtool/common/TARGETS
@@ -46,6 +46,17 @@
]
, "stage": ["test", "buildtool", "common"]
}
+, "artifact_object_info":
+ { "type": ["@", "rules", "CC/test", "test"]
+ , "name": ["artifact_object_info"]
+ , "srcs": ["artifact_object_info.test.cpp"]
+ , "private-deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["", "catch-main"]
+ , ["@", "src", "src/buildtool/common", "common"]
+ ]
+ , "stage": ["test", "buildtool", "common"]
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]
@@ -54,6 +65,7 @@
, "artifact_description"
, "artifact_factory"
, "repository_config"
+ , "artifact_object_info"
]
}
}