summaryrefslogtreecommitdiff
path: root/org.genivi.commonapi.core.tests/src/test-derived-types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'org.genivi.commonapi.core.tests/src/test-derived-types.cpp')
-rw-r--r--org.genivi.commonapi.core.tests/src/test-derived-types.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/org.genivi.commonapi.core.tests/src/test-derived-types.cpp b/org.genivi.commonapi.core.tests/src/test-derived-types.cpp
deleted file mode 100644
index 2252967..0000000
--- a/org.genivi.commonapi.core.tests/src/test-derived-types.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright (C) 2013 BMW Group
- * Author: Manfred Bathelt (manfred.bathelt@bmw.de)
- * Author: Juergen Gehring (juergen.gehring@bmw.de)
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#include <commonapi/tests/DerivedTypeCollection.h>
-
-#include <gtest/gtest.h>
-#include <gmock/gmock.h>
-
-int main(int argc, char** argv) {
- ::testing::InitGoogleMock(&argc, argv);
- return RUN_ALL_TESTS();
-}