vppinfra: Add a stubbed out test_perf function for FreeBSD
[vpp.git] / src / vppinfra / test / test.c
index 194d725..55c2ae7 100644 (file)
@@ -161,6 +161,12 @@ test_perf (test_main_t *tm)
   clib_perfmon_free (ctx);
   return err;
 }
+#elif __FreeBSD__
+clib_error_t *
+test_perf (test_main_t *tm)
+{
+  return NULL;
+}
 #endif
 
 int