summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-05-24 15:29:24 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-05-24 15:29:24 +0000
commitb13e69c2d4397323371c248def8c1059ac05e436 (patch)
tree0f8743d765a6547fd529a1ed1d10d97f197d778e /Configure
parent6e2521a6036198597e64d30b519a000c0f2a311c (diff)
downloadmpfr-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-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index cb0cae1de..b5ffecf68 100755
--- a/Configure
+++ b/Configure
@@ -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 \