summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-01 10:40:50 +0100
committerWerner Koch <wk@gnupg.org>2011-02-01 10:40:50 +0100
commit5c4179860ef0b31b4c6ba957be9fa707a0ba7d9b (patch)
tree09caba0e0d855b9a16049dcde21305f922ed838e /tests/Makefile.am
parent7cb0d357f1564b2ba3fdde707bd9ee7272059d5b (diff)
downloadlibgcrypt-5c4179860ef0b31b4c6ba957be9fa707a0ba7d9b.tar.gz
Add gcry_pk_get_curve.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 59cc5c47..bf26f680 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,8 @@
## 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 aeswrap
+ mpitests tsexp keygen pubkey hmac keygrip fips186-dsa aeswrap \
+ curves
# random.c uses fork() thus a test for W32 does not make any sense.