From b8594b8cb9118b5e95b30d4e7d87c736a0f74fbc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 10 Aug 2012 14:06:40 +0200 Subject: Fix compilation of all tests. --- server/src/pracrodaotest.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/src/pracrodaotest.cc') diff --git a/server/src/pracrodaotest.cc b/server/src/pracrodaotest.cc index 705d4b8..d8b151d 100644 --- a/server/src/pracrodaotest.cc +++ b/server/src/pracrodaotest.cc @@ -332,9 +332,9 @@ void PracroDAOTest::discard(std::string sessionid) } #ifdef TEST_PRACRODAOTEST -//deps: debug.cc log.cc configuration.cc exception.cc pracrodao.cc -//cflags: -I.. -//libs: +//deps: debug.cc log.cc configuration.cc exception.cc pracrodao.cc mutex.cc +//cflags: -I.. $(PTHREAD_CFLAGS) +//libs: $(PTHREAD_LIBS) #include #include @@ -387,8 +387,8 @@ commit.fields["field2"] = "world"; commit.templ = "tester"; Macro macro; -macro.attributes["version"] = "1.0"; -macro.attributes["name"] = MACRO; +macro.version = "1.0"; +macro.name = MACRO; time_t now = time(NULL); -- cgit v1.2.3