summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 15:37:25 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2014-06-25 15:37:25 +0000
commit232a954f1066937137984c4b792e29357c442c76 (patch)
tree20a4316641e4bf3217a071356c33476b994a4aae /tools
parente7a6bdcace459caa5df4632d3065f18c889e8ba2 (diff)
downloadmpfr-232a954f1066937137984c4b792e29357c442c76.tar.gz
reconfigure for mpfrbench
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9096 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools')
-rwxr-xr-xtools/nightly-test9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/nightly-test b/tools/nightly-test
index 1c40ee2a3..25e69d9ae 100755
--- a/tools/nightly-test
+++ b/tools/nightly-test
@@ -39,6 +39,15 @@ export GMP_CHECK_RANDOMIZE=1
export MPFR_SUSPICIOUS_OVERFLOW=1
export MPFR_CHECK_LIBC_PRINTF=1
make check
+# reconfigure for mpfrbench
+make distclean
+if [ "$CC" == "g++" ]; then
+ ./configure --with-gmp="$GMP" --disable-shared CC="$CC"
+else
+# removed -ansi since it is incompatible with --enable-decimal-float
+ ./configure --with-gmp="$GMP" --disable-shared
+fi
+make
cd tools/bench
make mpfrbench
./mpfrbench