13 lines
308 B
Text
13 lines
308 B
Text
// 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"],
|
|
}
|