aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/test_link_bonding_mode4.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/test_link_bonding_mode4.c')
-rw-r--r--app/test/test_link_bonding_mode4.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/test/test_link_bonding_mode4.c b/app/test/test_link_bonding_mode4.c
index a3f1f088..53caa3e9 100644
--- a/app/test/test_link_bonding_mode4.c
+++ b/app/test/test_link_bonding_mode4.c
@@ -1599,9 +1599,4 @@ test_link_bonding_mode4(void)
return unit_test_suite_runner(&link_bonding_mode4_test_suite);
}
-static struct test_command link_bonding_cmd = {
- .command = "link_bonding_mode4_autotest",
- .callback = test_link_bonding_mode4,
-};
-
-REGISTER_TEST_COMMAND(link_bonding_cmd);
+REGISTER_TEST_COMMAND(link_bonding_mode4_autotest, test_link_bonding_mode4);