summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-10-03 13:39:32 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-10-03 13:39:32 +0000
commit0d42ae7bc6ea575ff0f16222992d7842eaa9f17a (patch)
tree3eebfc88e966704d7002983c59c12cd25e213e17 /tests/tlog.c
parent9513284ca7aeb6a09701c7ff024410d56ce6e163 (diff)
downloadmpc-0d42ae7bc6ea575ff0f16222992d7842eaa9f17a.tar.gz
[log.dat] new test file for mpc_log
[tlog.c] added test with log.dat git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@232 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index 54f96d6..6b8fb76 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -29,6 +29,8 @@ MA 02111-1307, USA. */
#define TEST_FUNCTION mpc_log
#include "tgeneric_cc.c"
+#include "read_data_cc.c"
+
static void
check_exp_log (void)
{
@@ -103,6 +105,7 @@ main (void)
{
test_start ();
+ data_check ("log.dat");
check_exp_log ();
tgeneric (2, 512, 7, 128);