diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-08 02:51:45 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-09-08 02:51:45 +0000 |
commit | e53b1f8af38b7bd1e2dda3aa2ab6dcaea9b2124c (patch) | |
tree | 1d65aea0ed52c8e0b7d8f9a741c3f85dc3763409 | |
parent | 68fc006c1848f29c5d503e9c5fa18e1606b49fa1 (diff) | |
download | mpfr-e53b1f8af38b7bd1e2dda3aa2ab6dcaea9b2124c.tar.gz |
Fix: readded dependencies.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3795 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cb58228e2..c4306006a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr +AUTOMAKE_OPTIONS = gnu $(top_builddir)/ansi2knr check_PROGRAMS = tversion tinits tsgn tcheck tisnan texceptions tset_exp tset tabs tset_d tset_f tset_q tset_si tset_str tset_z tset_ld tset_sj tswap tcopysign tcmp tcmp2 tcmpabs tcmp_d tcmp_ld tcomparisons teq tadd tsub tmul tdiv tsub1sp tadd1sp tadd_ui tsub_ui tcmp_ui tdiv_ui tmul_ui tsqrt_ui tui_div tui_sub tgmpop tsi_op tmul_2exp tfma tsum tdim tminmax tnext tfits tget_d tget_d_2exp tget_z tget_str tget_sj tout_str tinp_str toutimpl tcan_round tround_prec tsqrt tconst_log2 tconst_pi tconst_euler trandom ttrunc trint tfrac texp texp2 texpm1 tlog tlog2 tlog10 tlog1p tpow tui_pow tpow3 tcosh tsinh ttanh tacosh tasinh tatanh thyperbolic tasin tacos tcos tatan tsin ttan tsin_cos tagm thypot tfactorial tgamma terf tcbrt tzeta mpf_compat mpfr_compat reuse tsqr tstrtofr tpow_z tget_f tconst_catalan troot tsec tcsc tcot teint tcoth tcsch tsech tstckintc tsubnormal tlngamma |