summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/crypto/TARGETS')
-rw-r--r--test/buildtool/crypto/TARGETS4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/buildtool/crypto/TARGETS b/test/buildtool/crypto/TARGETS
index c12fa855..a3b7d880 100644
--- a/test/buildtool/crypto/TARGETS
+++ b/test/buildtool/crypto/TARGETS
@@ -2,7 +2,7 @@
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["hasher"]
, "srcs": ["hasher.test.cpp"]
- , "deps":
+ , "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["test", "catch-main"]
, ["src/buildtool/crypto", "hasher"]
@@ -13,7 +13,7 @@
{ "type": ["@", "rules", "CC/test", "test"]
, "name": ["hash_function"]
, "srcs": ["hash_function.test.cpp"]
- , "deps":
+ , "private-deps":
[ ["@", "catch2", "", "catch2"]
, ["test", "catch-main"]
, ["src/buildtool/crypto", "hash_function"]