tile: fix build
[dpdk.git] / app / test / test_prefetch.c
index 10039b7..80afaaf 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);