X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;ds=sidebyside;f=test%2FTestMain.cpp;h=374ee1631ea0761754c6e949d14563b939c074a4;hb=db369d962b595544373b417ae9a76e7268eb12fb;hp=3568448eff80a262ab8804565ad7d64eba61d97f;hpb=96603a1f86b096cf674bd54bfae73d4061d3d81f;p=trackerpp.git diff --git a/test/TestMain.cpp b/test/TestMain.cpp index 3568448..374ee16 100644 --- a/test/TestMain.cpp +++ b/test/TestMain.cpp @@ -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(); }