summaryrefslogtreecommitdiff
path: root/tests/tnorm.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-20 18:19:00 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-20 18:19:00 +0000
commit595536faf3608c8ba49d213b3bf5ac53dce3881f (patch)
treef680c4ae852201766e91e0e07ba46dc6e34f5cf1 /tests/tnorm.c
parent4499643a3ab4178c248dfc5b13bf2585fd74ef15 (diff)
downloadmpc-595536faf3608c8ba49d213b3bf5ac53dce3881f.tar.gz
New test framework, merged from test branch.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1416 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tnorm.c')
-rw-r--r--tests/tnorm.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/tests/tnorm.c b/tests/tnorm.c
index 1dba939..30651ac 100644
--- a/tests/tnorm.c
+++ b/tests/tnorm.c
@@ -1,6 +1,6 @@
/* tnorm -- test file for mpc_norm.
-Copyright (C) 2008, 2011, 2012 INRIA
+Copyright (C) 2008, 2011, 2012, 2013 INRIA
This file is part of GNU MPC.
@@ -93,15 +93,21 @@ test_underflow (void)
mpfr_set_emin (emin);
}
+#define MPC_FUNCTION_CALL \
+ P[0].mpfr_inex = mpc_norm (P[1].mpfr, P[2].mpc, P[3].mpfr_rnd)
+
+#include "data_check.tpl"
+#include "tgeneric.tpl"
+
int
main (void)
{
- DECL_FUNC (FC, f, mpc_norm);
-
test_start ();
- data_check (f, "norm.dat");
- tgeneric (f, 2, 1024, 1, 4096);
+ data_check_template ("norm.dsc", "norm.dat");
+
+ tgeneric_template ("norm.dsc", 2, 1024, 1, 4096);
+
test_underflow ();
test_end ();