]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Enable ecc-mul-g-test, also with mini-gmp.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 3 Oct 2014 14:44:45 +0000 (16:44 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 3 Oct 2014 14:44:45 +0000 (16:44 +0200)
ChangeLog
testsuite/ecc-mul-g-test.c

index f481ee40dc03ffb9b755e3561de75fb4d7ba98ff..5dab6273a452b2a9372a3b94a1fa5bf93e45efcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
        * testsuite/ecc-redc-test.c [NETTLE_USE_MINI_GMP]: Enable test.
        (test_main): Replace gmp_fprintf calls.
        * testsuite/ecc-mul-a-test.c: Likewise.
+       * testsuite/ecc-mul-g-test.c: Likewise.
 
        * testsuite/ecc-modinv-test.c [NETTLE_USE_MINI_GMP]: Enable test.
        (ref_modinv): Use mpz_gcdext, instead of mpn_gcdext.
index fbd082aa17c73407caea42c839fe626193158639..1c4d0c05af0d66e1207af7012b3b4f7375cd0fdb 100644 (file)
@@ -1,13 +1,5 @@
 #include "testutils.h"
 
-#if NETTLE_USE_MINI_GMP
-void
-test_main (void)
-{
-  SKIP();
-}
-#else /* ! NETTLE_USE_MINI_GMP */
-
 void
 test_main (void)
 {
@@ -69,4 +61,3 @@ test_main (void)
   mpz_clear (r);
   gmp_randclear (rands);
 }
-#endif /* ! NETTLE_USE_MINI_GMP */