Add the possibility to disable log4c in testcases.

This commit is contained in:
Andreas Schneider 2008-04-25 10:56:23 +02:00
parent 23b40250ef
commit e6b45181f3
4 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,10 @@
#include "config.h"
#ifdef CSYNC_TEST
#undef WITH_LOG4C
#endif
#ifdef WITH_LOG4C
#include "log4c.h"
#else

View file

@ -3,6 +3,7 @@
#include "support.h"
#define CSYNC_TEST 1
#include "csync_config.c"
CSYNC *csync;

View file

@ -3,6 +3,7 @@
#include "support.h"
#define CSYNC_TEST 1
#include "csync_exclude.c"
CSYNC *csync;

View file

@ -3,6 +3,8 @@
#include "support.h"
#define CSYNC_TEST 1
#include "csync_journal.c"
CSYNC *csync;