diff options
-rw-r--r-- | tests/mpz/Makefile.am | 2 | ||||
-rw-r--r-- | tests/mpz/t-bit.c (renamed from tests/mpz/bit.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/Makefile.am b/tests/mpz/Makefile.am index 6a56edac6..5b5eb6ddc 100644 --- a/tests/mpz/Makefile.am +++ b/tests/mpz/Makefile.am @@ -24,7 +24,7 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la check_PROGRAMS = reuse t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv \ t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm t-invert dive dive_ui t-sqrtrem \ - convert io t-inp_str logic bit t-powm t-powm_ui t-pow t-div_2exp \ + convert io t-inp_str logic t-bit t-powm t-powm_ui t-pow t-div_2exp \ t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si \ t-set_d t-set_si t-lucm \ t-fac_ui t-mfac_uiui t-primorial_ui t-fib_ui t-lucnum_ui t-scan t-fits \ diff --git a/tests/mpz/bit.c b/tests/mpz/t-bit.c index cfcdeea85..cfcdeea85 100644 --- a/tests/mpz/bit.c +++ b/tests/mpz/t-bit.c |