blob: 6d8f75ded5e192c6f7b6185edb823847e949e82e [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",
8 ],
Janis Danisevskis9a390a72017-11-29 12:02:07 -08009 srcs: [
10 "auth_token_table_test.cpp",
11 "auth_token_formatting_test.cpp",
12 "gtest_main.cpp",
13 ],
Jeff Sharkeyc493cf92017-10-23 10:39:50 -060014 name: "keystore_unit_tests",
15 tags: ["test"],
16 static_libs: [
17 "libgtest_main",
18 "libkeystore_test",
19 "liblog",
20 ],
21 shared_libs: ["libkeymaster_messages"],
22}