Add test for Predictor
[trackerpp.git] / test / TestMain.cpp
index 3568448..374ee16 100644 (file)
@@ -1,4 +1,5 @@
 #include "gtest/gtest.h"
+#include "Logger.h"
 
 int main(int argc, char** argv) {
   // Disables elapsed time by default.
@@ -6,6 +7,7 @@ int main(int argc, char** argv) {
 
   // This allows the user to override the flag on the command line.
   ::testing::InitGoogleTest(&argc, argv);
+  initLogger("../config/log4cpp.properties");
 
   return RUN_ALL_TESTS();
 }