summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-12-09 11:21:17 +0000
committerWerner Koch <wk@gnupg.org>2009-12-09 11:21:17 +0000
commit3147b0eb8c0c42e4c77c4b4405be5e3f1af74534 (patch)
treed5867a6c2cefc2bf5d1422396a0377dcdcb4eb61 /tests/Makefile.am
parent379ba9a761d1fa259e673ed9552fc2e73b5b2ea3 (diff)
downloadlibgcrypt-3147b0eb8c0c42e4c77c4b4405be5e3f1af74534.tar.gz
Implemented the AES-Wrap algorithm
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1288aad3..b2c12398 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,7 @@
## Process this file with automake to produce Makefile.in
TESTS = version t-mpi-bit prime register ac ac-schemes ac-data basic \
- mpitests tsexp keygen pubkey hmac keygrip fips186-dsa
+ mpitests tsexp keygen pubkey hmac keygrip fips186-dsa aeswrap
# random.c uses fork() thus a test for W32 does not make any sense.