Compile vppinfra on macOS
[vpp.git] / src / vppinfra / test_qhash.c
index fdbf0bb..68e8cbc 100644 (file)
@@ -311,6 +311,8 @@ main (int argc, char *argv[])
   unformat_input_t i;
   clib_error_t *error;
 
+  clib_mem_init (0, 64ULL << 20);
+
   unformat_init_command_line (&i, argv);
   error = test_qhash_main (&i);
   unformat_free (&i);