summaryrefslogtreecommitdiff
path: root/tests/mpf_compat.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-02-13 15:30:41 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-02-13 15:30:41 +0000
commit8a7f338fa52118b363dae199684ba2e9eb195a25 (patch)
tree74411285d9837f0bad477aa9274669da1de6b61f /tests/mpf_compat.c
parent631583bb68acf7639dad8a28252d1dec11ed3354 (diff)
downloadmpfr-8a7f338fa52118b363dae199684ba2e9eb195a25.tar.gz
test files for mpf-mpfr compatibility
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2244 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpf_compat.c')
-rw-r--r--tests/mpf_compat.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/mpf_compat.c b/tests/mpf_compat.c
new file mode 100644
index 000000000..3d5064f64
--- /dev/null
+++ b/tests/mpf_compat.c
@@ -0,0 +1,23 @@
+/* Test compatibility mpf-mpfr.
+
+Copyright 2003 Free Software Foundation.
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the MPFR Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA. */
+
+#define MPF
+#include "mpf_compat.h"