summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-13 21:24:16 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-13 21:24:16 +0000
commitafc0750a201821c8c7cbb0da84b219e7f37e8632 (patch)
tree923bbb90dd8e15c5c7cc6a58256961a6bbe04dad /tests/tlog.c
parent7ee43edd40b772c4437037e3d92a983601d183bc (diff)
downloadmpc-afc0750a201821c8c7cbb0da84b219e7f37e8632.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://scm.gforge.inria.fr/svn/mpc/trunk@299 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index aac1127..51b8cd2 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -91,7 +91,7 @@ check_exp_log (void)
int
main (void)
{
- DECL_V_CC_FUNC (f, mpc_log);
+ DECL_FUNC (V_CC, f, mpc_log);
test_start ();