summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-23 13:06:54 +0200
commit1f99796d6f808f006dff6dc6576910bef493e244 (patch)
tree92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/buildtool/execution_api/TARGETS
parentdc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff)
downloadjustbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/buildtool/execution_api/TARGETS')
-rw-r--r--test/buildtool/execution_api/TARGETS6
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"]
]
}
}