TEST: link-state up/down notifications on FIB forwarding
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index eba6e23..1716077 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(unittest_plugin
-  unittest.c
-  tcp_test.c
+add_vpp_plugin(unittest
+  SOURCES
+  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
 )