From 3774344bb7e270d14a5c5bda002f1db2fa26a20c Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 22 Dec 2022 11:39:57 +0100 Subject: tests: Test support for pkg-config --- tests/test_cases/deps/shared/TARGETS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/test_cases/deps/shared') 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": -- cgit v1.2.3