Loading tests/eepro100-test.c +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ int main(int argc, char **argv) path = g_strdup_printf("eepro100/%s", models[i]); qtest_add_data_func(path, models[i], test_device); g_free(path); } return g_test_run(); Loading Loading
tests/eepro100-test.c +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ int main(int argc, char **argv) path = g_strdup_printf("eepro100/%s", models[i]); qtest_add_data_func(path, models[i], test_device); g_free(path); } return g_test_run(); Loading