]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cycles.c
lpm: add AltiVec for ppc64
[dpdk.git] / app / test / test_cycles.c
index d8fa5171be66da28108f0142e50c58a9060da6be..f6c043a463748adb9bd036ca4978a9fbcfdd3b5f 100644 (file)
@@ -89,8 +89,4 @@ test_cycles(void)
        return 0;
 }
 
-static struct test_command cycles_cmd = {
-       .command = "cycles_autotest",
-       .callback = test_cycles,
-};
-REGISTER_TEST_COMMAND(cycles_cmd);
+REGISTER_TEST_COMMAND(cycles_autotest, test_cycles);