aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 0cd398e..ef4cf19 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -4,10 +4,12 @@ cc_test_host {
name: "constrainedcrypto_rsa_test",
srcs: ["rsa_test.c"],
static_libs: ["libconstrainedcrypto"],
+ cflags: ["-Wall", "-Werror"],
}
cc_test_host {
name: "constrainedcrypto_ecdsa_test",
srcs: ["ecdsa_test.c"],
static_libs: ["libconstrainedcrypto"],
+ cflags: ["-Wall", "-Werror"],
}