summaryrefslogtreecommitdiff
path: root/test/utils/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/TARGETS')
-rw-r--r--test/utils/TARGETS5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/utils/TARGETS b/test/utils/TARGETS
index 9daecce8..d0a427a6 100644
--- a/test/utils/TARGETS
+++ b/test/utils/TARGETS
@@ -38,7 +38,7 @@
, "hdrs": ["test_env.hpp"]
, "deps":
[ "log_config"
- , ["@", "src", "src/buildtool/compatibility", "compatibility"]
+ , ["@", "src", "src/buildtool/common", "protocol_traits"]
, ["@", "src", "src/buildtool/auth", "auth"]
]
, "stage": ["test", "utils"]
@@ -54,6 +54,7 @@
, ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/utils/cpp", "tmp_dir"]
, ["@", "src", "src/buildtool/crypto", "hash_function"]
+ , ["@", "src", "src/buildtool/common", "protocol_traits"]
]
, "stage": ["test", "utils"]
}
@@ -134,7 +135,7 @@
, ["@", "src", "src/buildtool/logging", "logging"]
, ["@", "src", "src/buildtool/storage", "storage"]
, ["@", "src", "src/buildtool/file_system", "file_system_manager"]
- , ["@", "src", "src/buildtool/compatibility", "compatibility"]
+ , ["@", "src", "src/buildtool/common", "protocol_traits"]
, "shell_quoting"
, "log_config"
, "test_env"