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/public/TARGETS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_cases/deps/public') diff --git a/tests/test_cases/deps/public/TARGETS b/tests/test_cases/deps/public/TARGETS index 504333e..bc1807a 100644 --- a/tests/test_cases/deps/public/TARGETS +++ b/tests/test_cases/deps/public/TARGETS @@ -31,4 +31,6 @@ , "srcs": ["main_links_bar_foo.cpp"] , "private-deps": ["bar"] } +, "install_bar": + {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["bar"]} } -- cgit v1.2.3