TEST: link-state up/down notifications on FIB forwarding
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index f790a23..1716077 100644 (file)
 
 add_vpp_plugin(unittest
   SOURCES
-  unittest.c
-  tcp_test.c
+  bier_test.c
   bihash_test.c
+  fib_test.c
+  interface_test.c
+  mfib_test.c
+  session_test.c
+  string_test.c
+  tcp_test.c
+  unittest.c
 )