diff options
Diffstat (limited to 'test/buildtool/execution_api/TARGETS')
-rw-r--r-- | test/buildtool/execution_api/TARGETS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/buildtool/execution_api/TARGETS b/test/buildtool/execution_api/TARGETS index 8582cdbd..13076988 100644 --- a/test/buildtool/execution_api/TARGETS +++ b/test/buildtool/execution_api/TARGETS @@ -12,10 +12,10 @@ { "type": ["@", "rules", "test", "suite"] , "stage": ["execution_api"] , "deps": - [ ["./", "common", "TESTS"] - , ["./", "bazel", "TESTS"] - , ["./", "local", "TESTS"] + [ ["./", "bazel", "TESTS"] + , ["./", "common", "TESTS"] , ["./", "execution_service", "TESTS"] + , ["./", "local", "TESTS"] ] } } |