blob: 0ddaa00f438ea907b2b15ce060f1d12d6817a53e [file] [log] [blame]
Jeff Sharkeyc493cf92017-10-23 10:39:50 -06001// Unit test for AuthTokenTable
Janis Danisevskis8f737ad2017-11-21 12:30:15 -08002
Jeff Sharkeyc493cf92017-10-23 10:39:50 -06003cc_test {
4 cflags: [
5 "-Wall",
6 "-Werror",
7 "-Wextra",
Shawn Willdenbb22a6c2017-12-06 19:35:28 -07008 "-O0",
Jeff Sharkeyc493cf92017-10-23 10:39:50 -06009 ],
Janis Danisevskis9a390a72017-11-29 12:02:07 -080010 srcs: [
11 "auth_token_table_test.cpp",
12 "auth_token_formatting_test.cpp",
13 "gtest_main.cpp",
14 ],
Jeff Sharkeyc493cf92017-10-23 10:39:50 -060015 name: "keystore_unit_tests",
16 tags: ["test"],
17 static_libs: [
Shawn Willdenbb22a6c2017-12-06 19:35:28 -070018 "libbase",
Jeff Sharkeyc493cf92017-10-23 10:39:50 -060019 "libgtest_main",
Shawn Willdenbb22a6c2017-12-06 19:35:28 -070020 "libhidlbase",
21 "libkeymaster4support",
Jeff Sharkeyc493cf92017-10-23 10:39:50 -060022 "libkeystore_test",
23 "liblog",
24 ],
25 shared_libs: ["libkeymaster_messages"],
26}