summaryrefslogtreecommitdiff
path: root/tests/tsub_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsub_ui.c')
-rw-r--r--tests/tsub_ui.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c
index 567ead5..153b5db 100644
--- a/tests/tsub_ui.c
+++ b/tests/tsub_ui.c
@@ -1,6 +1,6 @@
/* tsub_ui -- test file for mpc_sub_ui.
-Copyright (C) 2008 INRIA
+Copyright (C) 2008, 2013 INRIA
This file is part of GNU MPC.
@@ -20,14 +20,19 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include "mpc-tests.h"
+#define MPC_FUNCTION_CALL \
+ P[0].mpc_inex = mpc_sub_ui (P[1].mpc, P[2].mpc, P[3].ui, P[4].mpc_rnd)
+#define MPC_FUNCTION_CALL_REUSE_OP1 \
+ P[0].mpc_inex = mpc_sub_ui (P[1].mpc, P[1].mpc, P[3].ui, P[4].mpc_rnd)
+
+#include "tgeneric.tpl"
+
int
main (void)
{
- DECL_FUNC (CCU, f, mpc_sub_ui);
-
test_start ();
- tgeneric (f, 2, 1024, 7, -1);
+ tgeneric_template ("sub_ui.dsc", 2, 1024, 7, 1024);
test_end ();