6e4d5d
diff -up libgcrypt-1.5.0/tests/Makefile.noecc libgcrypt-1.5.0/tests/Makefile
6e4d5d
--- libgcrypt-1.5.0/tests/Makefile.in.noecc	2011-07-21 15:34:33.000000000 +0200
6e4d5d
+++ libgcrypt-1.5.0/tests/Makefile.in	2011-07-21 15:39:35.000000000 +0200
6e4d5d
@@ -57,7 +57,7 @@ TESTS = version$(EXEEXT) t-mpi-bit$(EXEE
6e4d5d
 	ac-data$(EXEEXT) basic$(EXEEXT) mpitests$(EXEEXT) \
6e4d5d
 	tsexp$(EXEEXT) keygen$(EXEEXT) pubkey$(EXEEXT) hmac$(EXEEXT) \
6e4d5d
 	keygrip$(EXEEXT) fips186-dsa$(EXEEXT) aeswrap$(EXEEXT) \
6e4d5d
-	curves$(EXEEXT) t-kdf$(EXEEXT) pkcs1v2$(EXEEXT) \
6e4d5d
+	t-kdf$(EXEEXT) pkcs1v2$(EXEEXT) \
6e4d5d
 	$(am__EXEEXT_1) benchmark$(EXEEXT)
6e4d5d
 
6e4d5d
 # random.c uses fork() thus a test for W32 does not make any sense.