diff options
Diffstat (limited to 'src/devices/tests/test-arping.c')
-rw-r--r-- | src/devices/tests/test-arping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/tests/test-arping.c b/src/devices/tests/test-arping.c index 72d28a7ac..f22d85f0e 100644 --- a/src/devices/tests/test-arping.c +++ b/src/devices/tests/test-arping.c @@ -126,13 +126,13 @@ fixture_teardown (test_fixture *fixture, gconstpointer user_data) } void -init_tests (int *argc, char ***argv) +_nmtstp_init_tests (int *argc, char ***argv) { nmtst_init_with_logging (argc, argv, NULL, "ALL"); } void -setup_tests (void) +_nmtstp_setup_tests (void) { g_test_add ("/arping/1", test_fixture, NULL, fixture_setup, test_arping_1, fixture_teardown); g_test_add ("/arping/2", test_fixture, NULL, fixture_setup, test_arping_2, fixture_teardown); |