summaryrefslogtreecommitdiff
path: root/tests/check_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_data.c')
-rw-r--r--tests/check_data.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/check_data.c b/tests/check_data.c
index 6d6bc69..f834955 100644
--- a/tests/check_data.c
+++ b/tests/check_data.c
@@ -1,6 +1,6 @@
/* check_data.c -- Check computed data against reference result.
-Copyright (C) 2012, 2013 INRIA
+Copyright (C) 2012, 2013, 2014 INRIA
This file is part of GNU MPC.
@@ -62,6 +62,9 @@ check_param (mpc_operand_t* got, mpc_operand_t* expected, mpc_param_t t)
return tpl_check_mpc_data (got->mpc,
expected->mpc_data);
+ case MPCC_INEX:
+ return got->mpcc_inex == expected->mpcc_inex;
+
default:
fprintf (stderr, "check_data: unsupported type.\n");
exit (1);