summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2008-11-13 21:24:16 +0000
committerAndreas Enge <andreas.enge@inria.fr>2008-11-13 21:24:16 +0000
commitb4f5fe2f46d8609f01878f1a58be223e12052bbc (patch)
tree923bbb90dd8e15c5c7cc6a58256961a6bbe04dad /tests/tcos.c
parent2a1a8177a14648d2a24132dedaf86da1ae31865d (diff)
downloadmpc-git-b4f5fe2f46d8609f01878f1a58be223e12052bbc.tar.gz
- added data files for norm, div, div_fr, fr_div, mul_fr
- debugged some of the corresponding functions - tests/mpc-tests.h: removal of macros - tests/read_data.c: reorganisation of reused code in functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@299 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 195c125..49edd60 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
int
main (void)
{
- DECL_V_CC_FUNC (f, mpc_cos);
+ DECL_FUNC (V_CC, f, mpc_cos);
test_start ();