blob: 5718b73d0df4cca0dc2dc90e696f7b94fa086b48 [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 ],
9 srcs: ["auth_token_table_test.cpp"],
10 name: "keystore_unit_tests",
11 tags: ["test"],
12 static_libs: [
13 "libgtest_main",
14 "libkeystore_test",
15 "liblog",
16 ],
17 shared_libs: ["libkeymaster_messages"],
18}