summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
commit944f9eaff82e2f56d5f9e43b766aa09eb4ed4630 (patch)
tree166c859dc31e1df5986f8909ee3e9122456688a6 /tests/Makefile.am
parentad1bdf435587ff2e8b5e85b50984970bea8134ad (diff)
downloadmpfr-944f9eaff82e2f56d5f9e43b766aa09eb4ed4630.tar.gz
added a new function mpfr_log10p1 to compute log10(1+x)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14350 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 57e4d4643..0bf0bcc34 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -42,8 +42,8 @@ TESTS_NO_TVERSION = tabort_prec_max tassert tabort_defalloc1 \
tget_d tget_d_2exp tget_f tget_flt tget_ld_2exp tget_q \
tget_set_d64 tget_set_d128 tget_sj tget_str tget_z tgmpop tgrandom \
thyperbolic thypot tinp_str \
- tj0 tj1 tjn tl2b tlgamma tli2 tlngamma tlog tlog10 tlog1p tlog2 \
- tlog2p1 \
+ tj0 tj1 tjn tl2b tlgamma tli2 tlngamma tlog tlog10 tlog10p1 tlog1p \
+ tlog2 tlog2p1 \
tlog_ui tmin_prec tminmax tmodf tmul tmul_2exp tmul_d tmul_ui \
tnext tnrandom tnrandom_chisq tout_str toutimpl tpow tpow3 \
tpow_all tpow_z tprec_round tprintf trandom trandom_deviate \