diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-22 11:39:57 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-10 14:47:56 +0100 |
commit | 3774344bb7e270d14a5c5bda002f1db2fa26a20c (patch) | |
tree | 17e93e2a6fbcf622397894c43a8705986d63b593 /tests/test_cases/deps/shared | |
parent | 1eb2ab6cf151ce59bfc27d11dade5742167f4229 (diff) | |
download | rules-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/TARGETS | 5 |
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": |