summaryrefslogtreecommitdiff
path: root/tests/test_cases
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases')
-rw-r--r--tests/test_cases/deps/object/TARGETS8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/test_cases/deps/object/TARGETS b/tests/test_cases/deps/object/TARGETS
index 98d7bdb..412d2ea 100644
--- a/tests/test_cases/deps/object/TARGETS
+++ b/tests/test_cases/deps/object/TARGETS
@@ -8,8 +8,14 @@
, "stage": ["foo"]
}
, "bar":
+ { "type": "configure"
+ , "target": "bar (plain)"
+ , "config":
+ {"type": "singleton_map", "key": "BUILD_OBJECT_ONLY", "value": "true"}
+ }
+, "bar (plain)":
{ "type": ["@", "rules", "CC", "library"]
- , "object_only": ["yes"]
+ , "name": ["bar"]
, "hdrs": ["bar.hpp"]
, "srcs": ["bar.cpp"]
, "stage": ["bar"]