aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/test_link_bonding_rssconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/test_link_bonding_rssconf.c')
-rw-r--r--app/test/test_link_bonding_rssconf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/test/test_link_bonding_rssconf.c b/app/test/test_link_bonding_rssconf.c
index 0a3162ea..34f1c166 100644
--- a/app/test/test_link_bonding_rssconf.c
+++ b/app/test/test_link_bonding_rssconf.c
@@ -670,9 +670,4 @@ test_link_bonding_rssconf(void)
return unit_test_suite_runner(&link_bonding_rssconf_test_suite);
}
-static struct test_command test_link_bonding_rssconf_cmd = {
- .command = "link_bonding_rssconf_autotest",
- .callback = test_link_bonding_rssconf,
-};
-
-REGISTER_TEST_COMMAND(test_link_bonding_rssconf_cmd);
+REGISTER_TEST_COMMAND(link_bonding_rssconf_autotest, test_link_bonding_rssconf);