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/TARGETS13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/buildtool/crypto/TARGETS b/test/buildtool/crypto/TARGETS
new file mode 100644
index 00000000..2f604833
--- /dev/null
+++ b/test/buildtool/crypto/TARGETS
@@ -0,0 +1,13 @@
+{ "crypto":
+ { "type": ["@", "rules", "CC/test", "test"]
+ , "name": ["crypto"]
+ , "srcs": ["crypto.test.cpp"]
+ , "deps":
+ [ ["@", "catch2", "", "catch2"]
+ , ["test", "catch-main"]
+ , ["src/buildtool/crypto", "hash_generator"]
+ ]
+ , "stage": ["test", "buildtool", "crypto"]
+ }
+, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["crypto"]}
+} \ No newline at end of file