summaryrefslogtreecommitdiff
path: root/tests/tgeneric.tpl
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:09:07 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:09:07 +0000
commitf8e19d05072cb3e7bc32fc093868fdf73fa9a232 (patch)
tree28044abea340c7a5fefa24e36d2318131081c2bd /tests/tgeneric.tpl
parent9936d02411e3446fb64e5fd8fb8e5671af25dbf1 (diff)
downloadmpc-f8e19d05072cb3e7bc32fc093868fdf73fa9a232.tar.gz
[tests] Support of sin_cos with the new test framework.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1422 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tgeneric.tpl')
-rw-r--r--tests/tgeneric.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tgeneric.tpl b/tests/tgeneric.tpl
index 22b2548..57a55a7 100644
--- a/tests/tgeneric.tpl
+++ b/tests/tgeneric.tpl
@@ -1,6 +1,6 @@
/* tgeneric.tpl -- template file for generic tests.
-Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 INRIA
+Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 INRIA
This file is part of GNU MPC.
@@ -320,6 +320,7 @@ random_params (mpc_fun_param_t *params,
case NATIVE_STRING:
case MPFR_INEX:
case MPC_INEX:
+ case MPCC_INEX:
/* unsupported types */
fprintf (stderr, "random_params: unsupported type.\n");
exit (1);