Jeff Sharkey | c493cf9 | 2017-10-23 10:39:50 -0600 | [diff] [blame^] | 1 | // Unit test for AuthTokenTable |
2 | // TODO: enable after fixing b/68149839 | ||||
3 | /* | ||||
4 | cc_test { | ||||
5 | cflags: [ | ||||
6 | "-Wall", | ||||
7 | "-Werror", | ||||
8 | "-Wextra", | ||||
9 | ], | ||||
10 | srcs: ["auth_token_table_test.cpp"], | ||||
11 | name: "keystore_unit_tests", | ||||
12 | tags: ["test"], | ||||
13 | static_libs: [ | ||||
14 | "libgtest_main", | ||||
15 | "libkeystore_test", | ||||
16 | "liblog", | ||||
17 | ], | ||||
18 | shared_libs: ["libkeymaster_messages"], | ||||
19 | } | ||||
20 | */ |