From: Niels Möller Date: Fri, 3 Oct 2014 14:44:45 +0000 (+0200) Subject: Enable ecc-mul-g-test, also with mini-gmp. X-Git-Tag: nettle_3.1rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500d5b637103a53a9bcb2f88dd9004ad9b97cabe;p=thirdparty%2Fnettle.git Enable ecc-mul-g-test, also with mini-gmp. --- diff --git a/ChangeLog b/ChangeLog index f481ee40..5dab6273 100644 --- 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. diff --git a/testsuite/ecc-mul-g-test.c b/testsuite/ecc-mul-g-test.c index fbd082aa..1c4d0c05 100644 --- a/testsuite/ecc-mul-g-test.c +++ b/testsuite/ecc-mul-g-test.c @@ -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 */