summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/tconst_euler.c (renamed from tests/teuler.c)0
-rw-r--r--tests/tconst_log2.c (renamed from tests/tlog2.c)0
-rw-r--r--tests/tconst_pi.c (renamed from tests/tpi.c)0
4 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 66da5ca43..f7561f52f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-check_PROGRAMS= reuse tabs tadd tagm tcan_round tcmp tcmp2 tcmp_ui tdiv tdiv_ui tdump teq texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tpow trandom tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tswap ttrunc tisnan tget_d tatan tcosh tsinh ttanh tacosh tasinh tatanh thyperbolic texp2 tfactorial tsub tasin teuler tcos tsin ttan tsub_ui tset tlog1p texpm1 tlog_base_2 tui_pow tpow3 tlog_base_10 tadd_ui texceptions tfma thypot tacos
+check_PROGRAMS= reuse tabs tadd tagm tcan_round tcmp tcmp2 tcmp_ui tdiv tdiv_ui tdump teq texp tget_str tlog tconst_log2 tmul tmul_2exp tmul_ui tout_str tconst_pi tpow trandom tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tswap ttrunc tisnan tget_d tatan tcosh tsinh ttanh tacosh tasinh tatanh thyperbolic texp2 tfactorial tsub tasin tconst_euler tcos tsin ttan tsub_ui tset tlog1p texpm1 tlog_base_2 tui_pow tpow3 tlog_base_10 tadd_ui texceptions tfma thypot tacos
EXTRA_DIST= tgeneric.c
LDADD= $(top_builddir)/libmpfr.a @LDADD@
diff --git a/tests/teuler.c b/tests/tconst_euler.c
index ab9f74321..ab9f74321 100644
--- a/tests/teuler.c
+++ b/tests/tconst_euler.c
diff --git a/tests/tlog2.c b/tests/tconst_log2.c
index b3b120d61..b3b120d61 100644
--- a/tests/tlog2.c
+++ b/tests/tconst_log2.c
diff --git a/tests/tpi.c b/tests/tconst_pi.c
index 60604d3e8..60604d3e8 100644
--- a/tests/tpi.c
+++ b/tests/tconst_pi.c