diff options
Diffstat (limited to 'test/buildtool/graph_traverser/TARGETS')
-rw-r--r-- | test/buildtool/graph_traverser/TARGETS | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/buildtool/graph_traverser/TARGETS b/test/buildtool/graph_traverser/TARGETS index b2791561..7a437e9a 100644 --- a/test/buildtool/graph_traverser/TARGETS +++ b/test/buildtool/graph_traverser/TARGETS @@ -9,6 +9,7 @@ , ["@", "src", "src/buildtool/common", "common"] , ["@", "src", "src/buildtool/common", "protocol_traits"] , ["@", "src", "src/buildtool/common/remote", "retry_config"] + , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"] , ["@", "src", "src/buildtool/execution_api/local", "config"] , ["@", "src", "src/buildtool/execution_api/local", "context"] , ["@", "src", "src/buildtool/execution_api/remote", "config"] @@ -20,9 +21,8 @@ , ["@", "src", "src/buildtool/logging", "log_level"] , ["@", "src", "src/buildtool/logging", "logging"] , ["@", "src", "src/buildtool/progress_reporting", "progress"] - , ["@", "src", "src/buildtool/execution_api/common", "api_bundle"] - , ["@", "src", "src/buildtool/storage", "storage"] , ["@", "src", "src/buildtool/storage", "config"] + , ["@", "src", "src/buildtool/storage", "storage"] , ["utils", "test_hash_function_type"] ] , "stage": ["test", "buildtool", "graph_traverser"] @@ -35,13 +35,13 @@ , "private-deps": [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] - , ["", "catch-main"] - , ["utils", "test_auth_config"] - , ["utils", "test_storage_config"] + , ["@", "src", "src/buildtool/common", "protocol_traits"] , ["@", "src", "src/buildtool/execution_api/remote", "config"] , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/buildtool/storage", "storage"] - , ["@", "src", "src/buildtool/common", "protocol_traits"] + , ["", "catch-main"] + , ["utils", "test_auth_config"] + , ["utils", "test_storage_config"] ] , "stage": ["test", "buildtool", "graph_traverser"] } @@ -53,13 +53,13 @@ , "private-deps": [ "graph_traverser_tests" , ["@", "catch2", "", "catch2"] + , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["@", "src", "src/buildtool/storage", "config"] + , ["@", "src", "src/buildtool/storage", "storage"] , ["utils", "catch-main-remote-execution"] , ["utils", "test_auth_config"] - , ["utils", "test_remote_config"] , ["utils", "test_hash_function_type"] - , ["@", "src", "src/buildtool/storage", "storage"] - , ["@", "src", "src/buildtool/storage", "config"] - , ["@", "src", "src/buildtool/crypto", "hash_function"] + , ["utils", "test_remote_config"] ] , "stage": ["test", "buildtool", "graph_traverser"] } |