diff options
author | deva <deva> | 2011-02-08 09:29:47 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-08 09:29:47 +0000 |
commit | fbc4eaf5c102a3e2d9ccd1c8cc821d920467c8b1 (patch) | |
tree | a4b83243d42cc24d55558470203cea9e8f0c5a25 | |
parent | 3ea735592f26616c35ecddd44cf1a54415df20ac (diff) |
Fix unit tests.
-rw-r--r-- | server/src/artefact.cc | 5 |
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; |