summaryrefslogtreecommitdiff
path: root/src/components/formatters
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2015-03-04 18:32:44 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2015-03-18 13:48:18 +0300
commit3fb3b2a03366eddea6d5658aaa7c8d9a360f5b71 (patch)
tree183ecdbc39f5d629734a383bfb418a8de5f2e0ed /src/components/formatters
parente1d6b9b88e412ea240e1cf9b5764bb5f67854bd9 (diff)
downloadsdl_core-3fb3b2a03366eddea6d5658aaa7c8d9a360f5b71.tar.gz
Add one test main.cc file with correct logger deinitialization
Diffstat (limited to 'src/components/formatters')
-rw-r--r--src/components/formatters/test/CMakeLists.txt1
-rw-r--r--src/components/formatters/test/main.cc7
2 files changed, 0 insertions, 8 deletions
diff --git a/src/components/formatters/test/CMakeLists.txt b/src/components/formatters/test/CMakeLists.txt
index 8188e8104b..cbe9a2190e 100644
--- a/src/components/formatters/test/CMakeLists.txt
+++ b/src/components/formatters/test/CMakeLists.txt
@@ -46,7 +46,6 @@ set(LIBRARIES
set(SOURCES
${COMPONENTS_DIR}/formatters/test/generic_json_formatter_test.cc
-${COMPONENTS_DIR}/formatters/test/main.cc
)
create_test("generic_json_formatter_test" "${SOURCES}" "${LIBRARIES}")
diff --git a/src/components/formatters/test/main.cc b/src/components/formatters/test/main.cc
deleted file mode 100644
index 59fa20e8b5..0000000000
--- a/src/components/formatters/test/main.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "gmock/gmock.h"
-
-int main(int argc, char** argv) {
- testing::InitGoogleMock(&argc, argv);
- return RUN_ALL_TESTS();
-}
-