]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_link_bonding_mode4.c
eal: fix FreeBSD build
[dpdk.git] / app / test / test_link_bonding_mode4.c
index a3f1f0884b454810b3b36a7daf75b832e8e6f8bc..53caa3e980877c90c344fab65dc58e5cadcd61dc 100644 (file)
@@ -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);