summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
authorPhilippe Theveny <philippe.theveny@laposte.net>2008-09-19 13:28:37 +0000
committerPhilippe Theveny <philippe.theveny@laposte.net>2008-09-19 13:28:37 +0000
commitfea914f874e90dcb2b76a3bccf9367e50c335f17 (patch)
tree1825135733dfb52ac2c99acf8cd5f5c37fde1f5e /tests/tcos.c
parent60a047e4e6b4b0f30779f563cb4ec22576386de9 (diff)
downloadmpc-git-fea914f874e90dcb2b76a3bccf9367e50c335f17.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+ssh://scm.gforge.inria.fr/svnroot/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)