diff options
Diffstat (limited to 'test/buildtool/graph_traverser/TARGETS')
-rw-r--r-- | test/buildtool/graph_traverser/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/graph_traverser/TARGETS b/test/buildtool/graph_traverser/TARGETS index cf47ff26..302c68e0 100644 --- a/test/buildtool/graph_traverser/TARGETS +++ b/test/buildtool/graph_traverser/TARGETS @@ -17,7 +17,7 @@ , "name": ["graph_traverser_local"] , "srcs": ["graph_traverser_local.test.cpp"] , "data": ["test_data"] - , "deps": + , "private-deps": [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] , ["test", "catch-main"] @@ -30,7 +30,7 @@ , "name": ["graph_traverser_remote"] , "srcs": ["graph_traverser_remote.test.cpp"] , "data": ["test_data"] - , "deps": + , "private-deps": [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] , ["test/utils", "catch-main-remote-execution"] |