fixed issue with inconsistent use of ClientTest.h after copying it to SyncEvolution

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@725 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-08-16 10:02:41 +00:00
parent 2cba0334de
commit 4903ca6918
3 changed files with 4 additions and 4 deletions

View File

@ -144,8 +144,8 @@ $(filter-out $(LOCAL_TEST_FILES) testcases/%, $(CLIENT_LIB_TEST_FILES)) : % : $(
$(CLIENT_LIB_TEST_FILES:%=$(FUNAMBOL_SUBDIR)/test/test/%): @FUNAMBOL_DEP@
# extra dependency - don't remember why
ClientTest.cpp : ClientTest.h
# ensure that header file exists before entering sub directories or compiling
all ClientTest.cpp: ClientTest.h
# verbatim files from SyncEvolution
$(filter testcases/%, $(filter $(LOCAL_TEST_FILES), $(CLIENT_LIB_TEST_FILES))) : % : $(srcdir)/../test/%

View File

@ -20,7 +20,7 @@
#include <config.h>
#include <base/test.h>
#include <test/ClientTest.h>
#include <ClientTest.h>
#include <cppunit/extensions/HelperMacros.h>
#include <exception>

View File

@ -169,7 +169,7 @@ typedef list<const RegisterSyncSource *> SourceRegistry;
#ifdef ENABLE_INTEGRATION_TESTS
#include <test/ClientTest.h>
#include <ClientTest.h>
typedef ClientTest::Config ClientTestConfig;
#else
/**