summaryrefslogtreecommitdiff
path: root/test/buildtool/serve_api/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/serve_api/TARGETS')
-rw-r--r--test/buildtool/serve_api/TARGETS4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/serve_api/TARGETS b/test/buildtool/serve_api/TARGETS
index 5c5accdf..656a3ae7 100644
--- a/test/buildtool/serve_api/TARGETS
+++ b/test/buildtool/serve_api/TARGETS
@@ -5,14 +5,14 @@
, "data": [["buildtool/file_system", "test_data"]]
, "private-deps":
[ ["@", "catch2", "", "catch2"]
- , ["utils", "catch-main-serve"]
, ["@", "src", "src/buildtool/auth", "auth"]
, ["@", "src", "src/buildtool/common/remote", "retry_config"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/execution_api/remote", "context"]
+ , ["@", "src", "src/buildtool/serve_api/remote", "config"]
, ["@", "src", "src/buildtool/serve_api/remote", "source_tree_client"]
+ , ["utils", "catch-main-serve"]
, ["utils", "test_serve_config"]
- , ["@", "src", "src/buildtool/serve_api/remote", "config"]
]
, "stage": ["test", "buildtool", "serve_api"]
}