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