Enable 'test crash' command when running unittest plugin.
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index 64ad9a2..8e8142d 100644 (file)
@@ -32,5 +32,7 @@ add_vpp_plugin(unittest
   string_test.c
   tcp_test.c
   sparse_vec_test.c
+  svm_fifo_test.c
   unittest.c
+  util_test.c
 )