crypto: introduce crypto infra
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index 72ed8e3..555404b 100644 (file)
 
 add_vpp_plugin(unittest
   SOURCES
+  bier_test.c
   bihash_test.c
+  crypto_test.c
+  crypto/aes_cbc.c
+  crypto/rfc2202.c
+  crypto/rfc4231.c
+  fib_test.c
+  interface_test.c
+  mfib_test.c
   session_test.c
   string_test.c
   tcp_test.c