summaryrefslogtreecommitdiffstats
path: root/test/unit/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/main.cpp')
-rw-r--r--test/unit/main.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/unit/main.cpp b/test/unit/main.cpp
index e978630..7d08f58 100644
--- a/test/unit/main.cpp
+++ b/test/unit/main.cpp
@@ -14,10 +14,14 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-#include "gtest/gtest.h"
+#include "common/logger.h"
+
+#include <gtest/gtest.h>
int main(int argc, char* argv[])
{
+ CLogger logger;
+
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();