From a514f75625633a167bb5518b7c90ca4219058d5f Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 20 Dec 2022 12:33:06 +0100 Subject: tests: Test rule "install-with-deps" --- tests/test_cases/deps/shared/TARGETS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/test_cases/deps/shared/TARGETS') diff --git a/tests/test_cases/deps/shared/TARGETS b/tests/test_cases/deps/shared/TARGETS index 82a5818..f89ce0a 100644 --- a/tests/test_cases/deps/shared/TARGETS +++ b/tests/test_cases/deps/shared/TARGETS @@ -88,4 +88,12 @@ , "srcs": ["test_diamond.cpp"] , "private-deps": ["foo_s", "baz"] } +, "install_bar_s": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["bar_s"]} +, "install_baz": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["baz"]} +, "install_main": + { "type": ["@", "rules", "CC", "install-with-deps"] + , "targets": ["main_uses_bar"] + } } -- cgit v1.2.3