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/artefact.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/src/artefact.cc') diff --git a/server/src/artefact.cc b/server/src/artefact.cc index 8c6b81a..48b8174 100644 --- a/server/src/artefact.cc +++ b/server/src/artefact.cc @@ -152,9 +152,9 @@ QueryResult Artefact::exec(Query &query, #ifdef TEST_ARTEFACT -//deps: configuration.cc debug.cc log.cc -//cflags: $(ATF_CFLAGS) -I.. -//libs: $(ATF_LIBS) +//deps: configuration.cc debug.cc log.cc mutex.cc +//cflags: -I.. $(ATF_CFLAGS) $(PTHREAD_CFLAGS) +//libs: $(ATF_LIBS) $(PTHREAD_LIBS) #include "test.h" TEST_BEGIN; -- cgit v1.2.3