summaryrefslogtreecommitdiffstats
path: root/test/unit/main.cpp
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2013-06-25 09:34:25 +0200
committerDidier Raboud <odyx@debian.org>2013-06-25 09:36:43 +0200
commit3c40e53ea651c837086fb1628443ad3f413a21d0 (patch)
tree23bd87c2804b6096a4ce0feb15578ba35669779b /test/unit/main.cpp
parent627f86efa406057608c921cf8330c628afb41ab6 (diff)
parent7c2e955e1552a9c4e412ea2c936be61fc78ba010 (diff)
downloadcolobot-3c40e53ea651c837086fb1628443ad3f413a21d0.tar.gz
colobot-3c40e53ea651c837086fb1628443ad3f413a21d0.tar.bz2
colobot-3c40e53ea651c837086fb1628443ad3f413a21d0.zip
Merge tag 'colobot-gold-0.1.0-alpha' into debian
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();