aboutsummaryrefslogtreecommitdiff
path: root/test/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.bp')
-rw-r--r--test/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
new file mode 100644
index 0000000..0cd398e
--- /dev/null
+++ b/test/Android.bp
@@ -0,0 +1,13 @@
+// Copyright 2013 The Android Open Source Project
+
+cc_test_host {
+ name: "constrainedcrypto_rsa_test",
+ srcs: ["rsa_test.c"],
+ static_libs: ["libconstrainedcrypto"],
+}
+
+cc_test_host {
+ name: "constrainedcrypto_ecdsa_test",
+ srcs: ["ecdsa_test.c"],
+ static_libs: ["libconstrainedcrypto"],
+}