summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/test
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/smart_objects/test
parente1d6b9b88e412ea240e1cf9b5764bb5f67854bd9 (diff)
downloadsdl_core-3fb3b2a03366eddea6d5658aaa7c8d9a360f5b71.tar.gz
Add one test main.cc file with correct logger deinitialization
Diffstat (limited to 'src/components/smart_objects/test')
-rw-r--r--src/components/smart_objects/test/CMakeLists.txt1
-rw-r--r--src/components/smart_objects/test/main.cc7
2 files changed, 0 insertions, 8 deletions
diff --git a/src/components/smart_objects/test/CMakeLists.txt b/src/components/smart_objects/test/CMakeLists.txt
index fbcd78cdc1..0f47b1c479 100644
--- a/src/components/smart_objects/test/CMakeLists.txt
+++ b/src/components/smart_objects/test/CMakeLists.txt
@@ -53,7 +53,6 @@ set(SOURCES
${COMPONENTS_DIR}/smart_objects/test/TSharedPtr_test.cc
${COMPONENTS_DIR}/smart_objects/test/smart_object_performance_test.cc
${COMPONENTS_DIR}/smart_objects/test/map_performance_test.cc
- ${COMPONENTS_DIR}/smart_objects/test/main.cc
${COMPONENTS_DIR}/smart_objects/test/BoolSchemaItem_test.cc
${COMPONENTS_DIR}/smart_objects/test/NumberSchemaItem_test.cc
${COMPONENTS_DIR}/smart_objects/test/StringSchemaItem_test.cc
diff --git a/src/components/smart_objects/test/main.cc b/src/components/smart_objects/test/main.cc
deleted file mode 100644
index 59fa20e8b5..0000000000
--- a/src/components/smart_objects/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();
-}
-