summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-03-05 00:43:26 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-03-05 00:43:26 +0100
commit183798460916ae4370b5bc5054bdbe33ce73a9ba (patch)
treee3ccddf34fb0ca85d0b4e5b201f5929dab431b42 /tests
parente952fd8480746bf5203dc45431aedc174ceae97b (diff)
downloadgmp-183798460916ae4370b5bc5054bdbe33ce73a9ba.tar.gz
Rename tests/mpz/bit.c to avoid clash with new C++ include file.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/Makefile.am2
-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