diff options
Diffstat (limited to 'tests/texp_tmpl.c')
-rw-r--r-- | tests/texp_tmpl.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/texp_tmpl.c b/tests/texp_tmpl.c index fd8a30b..c7c37e6 100644 --- a/tests/texp_tmpl.c +++ b/tests/texp_tmpl.c @@ -19,7 +19,6 @@ along with this program. If not, see http://www.gnu.org/licenses/ . */ #include "templates.h" -#include "mpc-tests.h" #define MPC_FUNCTION_CALL \ P[0].mpc_inex = mpc_exp (P[1].mpc, P[2].mpc, P[3].mpc_rnd) @@ -27,16 +26,16 @@ along with this program. If not, see http://www.gnu.org/licenses/ . P[0].mpc_inex = mpc_exp (P[1].mpc, P[1].mpc, P[3].mpc_rnd) #include "data_check.tpl" +#include "tgeneric.tpl" int main (void) { - DECL_FUNC (CC, f, mpc_exp); - test_start (); data_check_template ("exp.dsc", "exp.dat"); - tgeneric (f, 2, 512, 7, 256); + + tgeneric_template ("exp.dsc", 2, 512, 7, 256); test_end (); |