summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-04 19:01:20 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-04 19:01:20 +0000
commitce610c0b298675c4012aa9cb34add9977852a72a (patch)
treeb66b971197546304a1dee6cd892975535edb1c33 /tests/mpfr-test.h
parentdc706177fbe055b1d983dffb4ceeecdb3b3ecdd8 (diff)
downloadmpfr-ce610c0b298675c4012aa9cb34add9977852a72a.tar.gz
make compilation work again (make + make check) with mini-gmp
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11891 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index 7bcc15f37..42f242004 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -20,6 +20,10 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
+#ifdef MPFR_USE_MINI_GMP
+#define MPFR_USE_FILE
+#endif
+
#ifndef __MPFR_TEST_H__
#define __MPFR_TEST_H__