diff --git a/tests/csync_tests/check_csync_journal.c b/tests/csync_tests/check_csync_journal.c index 46e7b0af4..7cecbcee6 100644 --- a/tests/csync_tests/check_csync_journal.c +++ b/tests/csync_tests/check_csync_journal.c @@ -4,7 +4,6 @@ #include "support.h" #define CSYNC_TEST 1 - #include "csync_journal.c" CSYNC *csync; diff --git a/tests/csync_tests/check_csync_lock.c b/tests/csync_tests/check_csync_lock.c index 13c69376f..663d0fefd 100644 --- a/tests/csync_tests/check_csync_lock.c +++ b/tests/csync_tests/check_csync_lock.c @@ -8,6 +8,7 @@ #include "support.h" +#define CSYNC_TEST 1 #include "std/c_file.h" #include "csync_lock.h"