X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Fmeson.build;h=263cc1cf3bddea152c15dfcb2bb2fe61fe99f4fe;hb=2c6dab9cd93d42e4aad35a73b6e6421f76cf8068;hp=a907fd256728195c2df07007608e00f7b3392b7e;hpb=b9209dc219997c4071e1d76aece12b59ac8e4f80;p=dpdk.git diff --git a/test/test/meson.build b/test/test/meson.build index a907fd2567..263cc1cf3b 100644 --- a/test/test/meson.build +++ b/test/test/meson.build @@ -22,6 +22,7 @@ test_sources = files('commands.c', 'test_cpuflags.c', 'test_crc.c', 'test_cryptodev.c', + 'test_cryptodev_asym.c', 'test_cryptodev_blockcipher.c', 'test_cycles.c', 'test_debug.c', @@ -130,6 +131,7 @@ test_names = [ 'cryptodev_qat_autotest', 'cryptodev_aesni_mb_autotest', 'cryptodev_openssl_autotest', + 'cryptodev_openssl_asym_autotest', 'cryptodev_aesni_gcm_autotest', 'cryptodev_null_autotest', 'cryptodev_sw_snow3g_autotest',