summaryrefslogtreecommitdiff
path: root/server/src/artefact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/artefact.cc')
-rw-r--r--server/src/artefact.cc6
1 files changed, 3 insertions, 3 deletions
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;