diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-05-24 15:29:24 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-05-24 15:29:24 +0000 |
commit | b13e69c2d4397323371c248def8c1059ac05e436 (patch) | |
tree | 0f8743d765a6547fd529a1ed1d10d97f197d778e /Configure | |
parent | 6e2521a6036198597e64d30b519a000c0f2a311c (diff) | |
download | mpfr-b13e69c2d4397323371c248def8c1059ac05e436.tar.gz |
added new test files
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@536 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -310,7 +310,7 @@ cat > tests/Makefile <<EOF CC=$defC CFLAGS=$special $incflags -I.. $cflags $ldpath -D$ostype LDLIBS=$ldflags ../libmpfr.a $lib $ldlibs -TESTS=tadd tcmp2 tget_str tmul_ui tset_f tsqrt tagm tcmp_ui tmul tround tset_si tcmp tdiv tmul_2exp tset_d tset_str tpi tset_z tlog2 tcan_round tlog texp tdiv_ui tzeta tout_str +TESTS=tadd tcmp2 tget_str tmul_ui tset_f tsqrt tagm tcmp_ui tmul tround tset_si tcmp tdiv tmul_2exp tset_d tset_str tpi tset_z tlog2 tcan_round tlog texp tdiv_ui tzeta tout_str tset_q tadd_ui tsqrt_ui tui_div tui_sub tests all: \$(TESTS) for i in \$(TESTS); do \ |