From 68e3d9129f84cdfc60aa0bc6efa518a01200bccd Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 25 Oct 2024 11:41:30 +0200 Subject: Add dependencies explicitly that are included directly ... instead of relying on those dependencies being pulled in indirectly. --- test/buildtool/graph_traverser/TARGETS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/buildtool/graph_traverser') diff --git a/test/buildtool/graph_traverser/TARGETS b/test/buildtool/graph_traverser/TARGETS index 7a437e9a..5e5633d5 100644 --- a/test/buildtool/graph_traverser/TARGETS +++ b/test/buildtool/graph_traverser/TARGETS @@ -4,6 +4,7 @@ , "hdrs": ["graph_traverser.test.hpp"] , "deps": [ ["@", "catch2", "", "catch2"] + , ["@", "gsl", "", "gsl"] , ["@", "json", "", "json"] , ["@", "src", "src/buildtool/auth", "auth"] , ["@", "src", "src/buildtool/common", "common"] @@ -23,6 +24,7 @@ , ["@", "src", "src/buildtool/progress_reporting", "progress"] , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/buildtool/storage", "storage"] + , ["@", "src", "src/utils/cpp", "json"] , ["utils", "test_hash_function_type"] ] , "stage": ["test", "buildtool", "graph_traverser"] @@ -35,6 +37,7 @@ , "private-deps": [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/auth", "auth"] , ["@", "src", "src/buildtool/common", "protocol_traits"] , ["@", "src", "src/buildtool/execution_api/remote", "config"] , ["@", "src", "src/buildtool/storage", "config"] @@ -54,6 +57,7 @@ [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/execution_api/remote", "config"] , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/buildtool/storage", "storage"] , ["utils", "catch-main-remote-execution"] -- cgit v1.2.3