From ca7dab7448ce1af691d83516fda6c1491dc58cac Mon Sep 17 00:00:00 2001 From: thevenyp Date: Mon, 6 Oct 2008 08:46:09 +0000 Subject: Makefile.am: Add conj.dat, cos.dat, sinh.dat, tan.dat, tanh.dat (usefull for make dist/make distcheck). conj.dat: New datafile for mpc_conj. tconj.c: Add checking against 'conj.dat'. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@253 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- tests/tconj.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tconj.c') diff --git a/tests/tconj.c b/tests/tconj.c index cf7d376..c40fe92 100644 --- a/tests/tconj.c +++ b/tests/tconj.c @@ -29,12 +29,14 @@ MA 02111-1307, USA. */ #include "random.c" #define TEST_FUNCTION mpc_conj #include "tgeneric_cc.c" +#include "read_data_cc.c" int main (void) { test_start (); + data_check ("conj.dat"); tgeneric (2, 1024, 1, 0); test_end (); -- cgit v1.2.1