blob: ef4cf1998a6ab17543ec1825eb86cace2761e5e4 [file] [log] [blame]
Steven Morelande1a86252017-05-08 18:23:05 -07001// Copyright 2013 The Android Open Source Project
2
3cc_test_host {
4 name: "constrainedcrypto_rsa_test",
5 srcs: ["rsa_test.c"],
6 static_libs: ["libconstrainedcrypto"],
Chih-Hung Hsieh9508fd12017-09-28 13:47:41 -07007 cflags: ["-Wall", "-Werror"],
Steven Morelande1a86252017-05-08 18:23:05 -07008}
9
10cc_test_host {
11 name: "constrainedcrypto_ecdsa_test",
12 srcs: ["ecdsa_test.c"],
13 static_libs: ["libconstrainedcrypto"],
Chih-Hung Hsieh9508fd12017-09-28 13:47:41 -070014 cflags: ["-Wall", "-Werror"],
Steven Morelande1a86252017-05-08 18:23:05 -070015}