crypto: add more AES-GCM test cases
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index 555404b..5576617 100644 (file)
@@ -17,13 +17,18 @@ add_vpp_plugin(unittest
   bihash_test.c
   crypto_test.c
   crypto/aes_cbc.c
-  crypto/rfc2202.c
+  crypto/aes_gcm.c
+  crypto/rfc2202_hmac_sha1.c
+  crypto/rfc2202_hmac_md5.c
   crypto/rfc4231.c
   fib_test.c
+  ipsec_test.c
   interface_test.c
   mfib_test.c
+  punt_test.c
   session_test.c
   string_test.c
   tcp_test.c
+  sparse_vec_test.c
   unittest.c
 )