From e09422ff46a3a826ad1b58d915728933fa9d710b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 20 Aug 2024 18:08:19 +0200 Subject: transitive-component test: really use a main depending on a shared library ... by fixing a copy&paste error in the TARGETS file of the example. --- tests/test_cases/deps/transitive-components/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_cases/deps/transitive-components/TARGETS b/tests/test_cases/deps/transitive-components/TARGETS index 969fbe0..347b94c 100644 --- a/tests/test_cases/deps/transitive-components/TARGETS +++ b/tests/test_cases/deps/transitive-components/TARGETS @@ -55,7 +55,7 @@ { "type": ["@", "rules", "CC", "binary"] , "name": ["main"] , "srcs": ["main.cpp"] - , "private-deps": ["foo"] + , "private-deps": ["shared-foo"] } , "installed-shared-main": { "type": ["@", "rules", "CC", "install-with-deps"] -- cgit v1.2.3