]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_prefetch.c
tile: fix build
[dpdk.git] / app / test / test_prefetch.c
index 10039b7228627c0cfc6f46b35b4bd8b687df8837..80afaaf345b36774566fdb52d403c129ee289d25 100644 (file)
@@ -46,7 +46,7 @@
  *   The test always return success.
  */
 
-int
+static int
 test_prefetch(void)
 {
        int a;
@@ -57,3 +57,5 @@ test_prefetch(void)
 
        return 0;
 }
+
+REGISTER_TEST_COMMAND(prefetch_autotest, test_prefetch);