summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/src/artefact.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/server/src/artefact.cc b/server/src/artefact.cc
index d8867c5..94e6bb9 100644
--- a/server/src/artefact.cc
+++ b/server/src/artefact.cc
@@ -152,15 +152,14 @@ QueryResult Artefact::exec(Query &query,
#ifdef TEST_ARTEFACT
-//deps: configuration.cc debug.cc
+//deps: configuration.cc debug.cc log.cc
//cflags: $(ATF_CFLAGS) -I..
//libs: $(ATF_LIBS)
#include "test.h"
TEST_BEGIN;
-pracro_debug_init();
-pracro_debug_parse("+all");
+debug_parse("+all");
{
Artefact atf;