diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-23 13:06:54 +0200 |
commit | 1f99796d6f808f006dff6dc6576910bef493e244 (patch) | |
tree | 92ff88b497fed6a6d69ebc90dc88f3db3c940b8e /test/buildtool/execution_api/execution_service | |
parent | dc1db0e8b43f5e907a3ded2e39da8b58fa50a04b (diff) | |
download | justbuild-1f99796d6f808f006dff6dc6576910bef493e244.tar.gz |
Reorder dependencies and remove duplicates in OSS
Diffstat (limited to 'test/buildtool/execution_api/execution_service')
-rw-r--r-- | test/buildtool/execution_api/execution_service/TARGETS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/buildtool/execution_api/execution_service/TARGETS b/test/buildtool/execution_api/execution_service/TARGETS index 2c935848..5c585c12 100644 --- a/test/buildtool/execution_api/execution_service/TARGETS +++ b/test/buildtool/execution_api/execution_service/TARGETS @@ -3,9 +3,11 @@ , "name": ["cas_server"] , "srcs": ["cas_server.test.cpp"] , "private-deps": - [ ["", "catch-main"] - , ["@", "catch2", "", "catch2"] - , ["utils", "test_storage_config"] + [ ["@", "catch2", "", "catch2"] + , ["@", "gsl", "", "gsl"] + , ["@", "src", "src/buildtool/common", "bazel_digest_factory"] + , ["@", "src", "src/buildtool/common", "common"] + , ["@", "src", "src/buildtool/common", "protocol_traits"] , [ "@" , "src" , "src/buildtool/execution_api/execution_service" @@ -15,13 +17,11 @@ , ["@", "src", "src/buildtool/execution_api/local", "context"] , ["@", "src", "src/buildtool/file_system", "git_repo"] , ["@", "src", "src/buildtool/file_system", "object_type"] - , ["@", "src", "src/buildtool/common", "common"] - , ["@", "src", "src/buildtool/common", "bazel_digest_factory"] - , ["@", "src", "src/buildtool/common", "protocol_traits"] , ["@", "src", "src/buildtool/storage", "config"] , ["@", "src", "src/buildtool/storage", "storage"] - , ["@", "gsl", "", "gsl"] + , ["", "catch-main"] , ["utils", "test_hash_function_type"] + , ["utils", "test_storage_config"] ] , "stage": ["test", "buildtool", "execution_api", "execution_service"] } |