summaryrefslogtreecommitdiff
path: root/test/buildtool/main
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/main
parentdc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff)
downloadjustbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/buildtool/main')
-rw-r--r--test/buildtool/main/TARGETS4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/main/TARGETS b/test/buildtool/main/TARGETS
index 1e77cdb9..128870ba 100644
--- a/test/buildtool/main/TARGETS
+++ b/test/buildtool/main/TARGETS
@@ -4,10 +4,10 @@
, "srcs": ["install_cas.test.cpp"]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["", "catch-main"]
, ["@", "src", "src/buildtool/common", "common"]
- , ["@", "src", "src/buildtool/main", "install_cas"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
+ , ["@", "src", "src/buildtool/main", "install_cas"]
+ , ["", "catch-main"]
]
, "stage": ["test", "buildtool", "main"]
}