summaryrefslogtreecommitdiffstats
path: root/crypto/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/BUILD.gn')
-rw-r--r--crypto/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index a81bfa8..6f2adf5 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -237,6 +237,15 @@ if (false && is_win) {
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("crypto_unittests_run") {
+ testonly = true
+ deps = [
+ ":crypto_unittests",
+ ]
+}
+
test("crypto_unittests") {
sources = [
# Tests.