diff options
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r-- | test/buildtool/execution_engine/executor/TARGETS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/execution_engine/executor/TARGETS b/test/buildtool/execution_engine/executor/TARGETS index 75f7d385..e9f2bccd 100644 --- a/test/buildtool/execution_engine/executor/TARGETS +++ b/test/buildtool/execution_engine/executor/TARGETS @@ -19,7 +19,7 @@ , "stage": ["test", "buildtool", "execution_engine", "executor"] } , "local": - { "type": ["@", "rules", "CC/test", "test"] + { "type": ["test/utils/remote_execution", "CC test"] , "name": ["local"] , "srcs": ["executor_api_local.test.cpp"] , "data": ["test_data"] @@ -37,7 +37,7 @@ , "stage": ["test", "buildtool", "execution_engine", "executor"] } , "remote_bazel": - { "type": ["@", "rules", "CC/test", "test"] + { "type": ["test/utils/remote_execution", "CC test"] , "name": ["remote_bazel"] , "srcs": ["executor_api_remote_bazel.test.cpp"] , "data": ["test_data"] |