aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.cpp b/test/test.cpp
index b6e7d806..cd7095a6 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -32,9 +32,12 @@
#include <cppunit/BriefTestProgressListener.h>
#include <cppunit/XmlOutputter.h>
#include <cppunit/TextOutputter.h>
+#include <log4cpp/PropertyConfigurator.hh>
int main(int argc, char **argv)
{
+ log4cpp::PropertyConfigurator::configure("log4cpp.property");
+
CppUnit::TestFactoryRegistry &registry = CppUnit::TestFactoryRegistry::getRegistry();
// Create the event manager and test controller