summaryrefslogtreecommitdiff
path: root/tests/tvalist.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-22 09:21:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-22 09:21:21 +0000
commit6965bc4630d53f1e51268037d92dc7e641b1d5c5 (patch)
tree877f8f5a1c9c016f9bc4e41a700d76c154c347ef /tests/tvalist.c
parentcb44d0b7b780b540272c77c8d27f5f416dfa0867 (diff)
downloadmpfr-6965bc4630d53f1e51268037d92dc7e641b1d5c5.tar.gz
[tests/{tstdint.c,tvalist.c}] Use tests_start_mpfr / tests_end_mpfr,
in particular to detect a wrong MPFR version (due to a libtool bug). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9447 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tvalist.c')
-rw-r--r--tests/tvalist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tvalist.c b/tests/tvalist.c
index cfec1029d..e55983fd1 100644
--- a/tests/tvalist.c
+++ b/tests/tvalist.c
@@ -59,7 +59,9 @@ test (FILE *fout, const char *fmt, ...)
int
main (void)
{
+ tests_start_mpfr ();
test (stdout, "%d\n", 0);
+ tests_end_mpfr ();
return 0;
}