aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/test_link_bonding.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/test_link_bonding.c')
-rw-r--r--app/test/test_link_bonding.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/test/test_link_bonding.c b/app/test/test_link_bonding.c
index eeb13954..32296604 100644
--- a/app/test/test_link_bonding.c
+++ b/app/test/test_link_bonding.c
@@ -5002,8 +5002,4 @@ test_link_bonding(void)
return unit_test_suite_runner(&link_bonding_test_suite);
}
-static struct test_command link_bonding_cmd = {
- .command = "link_bonding_autotest",
- .callback = test_link_bonding,
-};
-REGISTER_TEST_COMMAND(link_bonding_cmd);
+REGISTER_TEST_COMMAND(link_bonding_autotest, test_link_bonding);