diff options
author | Freedom Liu <tianyu28658@gmail.com> | 2021-08-09 15:45:59 +0800 |
---|---|---|
committer | Freedom Liu <tianyu28658@gmail.com> | 2021-08-09 17:47:27 +0800 |
commit | f72046701659073fbfa97516e155865647acb154 (patch) | |
tree | 3ef5c2cd542c535235d5b8410b5767dae5cc234b /plugins/tests/test-keyfiles.c | |
parent | 10521ce248bf29cd37c3db4a41b865bd1e6de7ae (diff) |
foxconn: add T99W175 carrier mapping table
Diffstat (limited to 'plugins/tests/test-keyfiles.c')
-rw-r--r-- | plugins/tests/test-keyfiles.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/tests/test-keyfiles.c b/plugins/tests/test-keyfiles.c index d528cac9..05725864 100644 --- a/plugins/tests/test-keyfiles.c +++ b/plugins/tests/test-keyfiles.c @@ -60,6 +60,12 @@ test_foxconn_t77w968 (void) { common_test (TESTKEYFILE_FOXCONN_T77W968); } + +static void +test_foxconn_t99w175 (void) +{ + common_test (TESTKEYFILE_FOXCONN_T99W175); +} #endif /************************************************************/ @@ -73,6 +79,7 @@ int main (int argc, char **argv) #if defined ENABLE_PLUGIN_FOXCONN g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968); + g_test_add_func ("/MM/test-keyfiles/foxconn/t99w175", test_foxconn_t99w175); #endif return g_test_run (); |