diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-20 12:33:06 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-01-10 14:47:55 +0100 |
commit | a514f75625633a167bb5518b7c90ca4219058d5f (patch) | |
tree | aa8ac17d4021eba89b265d4d654ddb5cf564696b /tests/test_cases/deps/private | |
parent | 995722725a4e7b94bbb0d15de1e8cfcd64dade7b (diff) | |
download | rules-cc-a514f75625633a167bb5518b7c90ca4219058d5f.tar.gz |
tests: Test rule "install-with-deps"
Diffstat (limited to 'tests/test_cases/deps/private')
-rw-r--r-- | tests/test_cases/deps/private/TARGETS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_cases/deps/private/TARGETS b/tests/test_cases/deps/private/TARGETS index 582af60..dd72948 100644 --- a/tests/test_cases/deps/private/TARGETS +++ b/tests/test_cases/deps/private/TARGETS @@ -31,4 +31,6 @@ , "srcs": ["main_links_bar_foo.cpp"] , "private-deps": ["bar"] } +, "install_bar": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["bar"]} } |