summaryrefslogtreecommitdiff
path: root/test/utils/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/TARGETS')
-rw-r--r--test/utils/TARGETS4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/utils/TARGETS b/test/utils/TARGETS
index ffded132..6a5fd59a 100644
--- a/test/utils/TARGETS
+++ b/test/utils/TARGETS
@@ -64,7 +64,9 @@
, "hdrs": ["hermeticity/test_hash_function_type.hpp"]
, "deps":
[ ["@", "src", "src/buildtool/crypto", "hash_function"]
- , ["@", "src", "src/buildtool/common", "protocol_traits"]
+ , ["@", "src", "src/buildtool/logging", "log_level"]
+ , ["@", "src", "src/buildtool/logging", "logging"]
+ , "test_env"
]
, "stage": ["test", "utils"]
}