VPP-192 ip_neighbor_add_del incomplete vat help
[vpp.git] / vppinfra / vppinfra / test_random.c
index f54e0c1..9cf0726 100644 (file)
@@ -54,7 +54,7 @@ int test_random_main (unformat_input_t * input)
   uword print;
   u32 seed;
   u32 *seedp = &seed;
-  
+
   /* first, check known sequence from Numerical Recipes in C, 2nd ed.
      page 284 */
   seed = known_random_sequence[0];
@@ -127,6 +127,8 @@ int main (int argc, char * argv[])
   unformat_input_t i;
   int ret;
 
+  clib_mem_init (0, 3ULL<<30);
+
   unformat_init_command_line (&i, argv);
   ret = test_random_main (&i);
   unformat_free (&i);