foxconn: change modem-foxconn-t77w968 to modem-mbim-foxconn

Named the object in a more generic way.
This commit is contained in:
Freedom Liu
2021-04-26 15:19:37 +08:00
parent 7b7bbdd999
commit c31488608a
8 changed files with 91 additions and 91 deletions

View File

@@ -56,9 +56,9 @@ test_dummy (void)
#if defined ENABLE_PLUGIN_FOXCONN
static void
test_foxconn_t77w968 (void)
test_foxconn (void)
{
common_test (TESTKEYFILE_FOXCONN_T77W968);
common_test (TESTKEYFILE_FOXCONN);
}
#endif
@@ -72,7 +72,7 @@ int main (int argc, char **argv)
g_test_add_func ("/MM/test-keyfiles/dummy", test_dummy);
#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", test_foxconn);
#endif
return g_test_run ();