summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-19 13:28:37 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-09-19 13:28:37 +0000
commit30b78cf056358b55930b4f579a4eb625cc2b535d (patch)
tree1825135733dfb52ac2c99acf8cd5f5c37fde1f5e /tests/tcos.c
parent017bceb58af7101f066c3b3a149a44f8e68b1a5b (diff)
downloadmpc-30b78cf056358b55930b4f579a4eb625cc2b535d.tar.gz
tests/tgeneric_cc.c: random tests for complex functions of one complex variable and tests for parameter reuse.
tests/Makefile.am: add tgeneric.cc plus some tests files tconj, tneg tests/tlog.c tests/ttan.c tests/tcos.c tests/tsin.c tests/tsqrt.c tests/tconj.c tests/ttanh.c tests/tcosh.c tests/texp.c tests/tsinh.c tests/tsqr.c tests/tneg.c: use tgeneric_cc.c git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@182 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 466cfb6..e2e2683 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -26,9 +26,8 @@ MA 02111-1307, USA. */
#include "mpc.h"
#include "random.c"
-
#define TEST_FUNCTION mpc_cos
-#include "tgeneric.c"
+#include "tgeneric_cc.c"
static void
test_failed (mpc_t op, mpc_t get, mpc_t expected)