X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Funittest%2FCMakeLists.txt;h=a029e0e32597f486c6da2c742997364912f84eb4;hb=29c6132108be68feb11c8d9bfaaf674cba86ee33;hp=64ad9a2c4861ad257c1a12a6e4e409de90701e56;hpb=672d5fc6d36ebc3a3815c4658a8ef3bf256ef044;p=vpp.git diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index 64ad9a2c486..a029e0e3259 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -15,22 +15,30 @@ add_vpp_plugin(unittest SOURCES bier_test.c bihash_test.c - crypto_test.c crypto/aes_cbc.c - crypto/aes_gcm.c crypto/aes_ctr.c - crypto/rfc2202_hmac_sha1.c + crypto/aes_gcm.c crypto/rfc2202_hmac_md5.c + crypto/rfc2202_hmac_sha1.c crypto/rfc4231.c + crypto_test.c fib_test.c - ipsec_test.c interface_test.c + ipsec_test.c + lisp_cp_test.c + llist_test.c + mactime_test.c mfib_test.c + mpcap_node.c punt_test.c rbtree_test.c session_test.c + sparse_vec_test.c string_test.c + svm_fifo_test.c tcp_test.c - sparse_vec_test.c + test_buffer.c unittest.c + util_test.c + vlib_test.c )