summaryrefslogtreecommitdiffstats
path: root/tests/bench/meson.build
diff options
context:
space:
mode:
authorLei He2022-05-25 11:01:16 +0200
committerDaniel P. Berrangé2022-05-26 12:41:54 +0200
commit689309c4ac40f01b93f29d66282d044c10d8e2e1 (patch)
tree9a75b33987272e807772b720ec4203127cd2415c /tests/bench/meson.build
parentcrypto: Implement RSA algorithm by gcrypt (diff)
downloadqemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.tar.gz
qemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.tar.xz
qemu-689309c4ac40f01b93f29d66282d044c10d8e2e1.zip
test/crypto: Add test suite for crypto akcipher
Add unit test and benchmark test for crypto akcipher. Signed-off-by: lei he <helei.sig11@bytedance.com> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'tests/bench/meson.build')
-rw-r--r--tests/bench/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bench/meson.build b/tests/bench/meson.build
index 00b3c209dc..279a8fcc33 100644
--- a/tests/bench/meson.build
+++ b/tests/bench/meson.build
@@ -20,6 +20,7 @@ if have_block
'benchmark-crypto-hash': [crypto],
'benchmark-crypto-hmac': [crypto],
'benchmark-crypto-cipher': [crypto],
+ 'benchmark-crypto-akcipher': [crypto],
}
endif