summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/shared
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-12-22 11:39:57 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2023-01-10 14:47:56 +0100
commit3774344bb7e270d14a5c5bda002f1db2fa26a20c (patch)
tree17e93e2a6fbcf622397894c43a8705986d63b593 /tests/test_cases/deps/shared
parent1eb2ab6cf151ce59bfc27d11dade5742167f4229 (diff)
downloadrules-cc-3774344bb7e270d14a5c5bda002f1db2fa26a20c.tar.gz
tests: Test support for pkg-config
Diffstat (limited to 'tests/test_cases/deps/shared')
-rw-r--r--tests/test_cases/deps/shared/TARGETS5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_cases/deps/shared/TARGETS b/tests/test_cases/deps/shared/TARGETS
index f89ce0a..9db7fb8 100644
--- a/tests/test_cases/deps/shared/TARGETS
+++ b/tests/test_cases/deps/shared/TARGETS
@@ -88,6 +88,11 @@
, "srcs": ["test_diamond.cpp"]
, "private-deps": ["foo_s", "baz"]
}
+, "install_foo":
+ { "type": ["@", "rules", "CC", "install-with-deps"]
+ , "targets": ["foo"]
+ , "flat-libs": ["yes"]
+ }
, "install_bar_s":
{"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["bar_s"]}
, "install_baz":