LayerManagerBase: moved ScreenTest.cpp from LayerManagerService to LayerManagerbase
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 15 Jan 2013 12:27:52 +0000 (04:27 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 15 Jan 2013 12:36:33 +0000 (04:36 -0800)
Component was split up, but this unit test was not moved to new location.
Becuase of this, the unit tests in ScreenTest were effectively disabled
(not build).

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerBase/CMakeLists.txt
LayerManagerBase/tests/ScreenTest.cpp [moved from LayerManagerService/tests/ScreenTest.cpp with 100% similarity]

index 7b797d3..a388440 100644 (file)
@@ -82,6 +82,7 @@ if (WITH_TESTS)
 
     add_executable(${PROJECT_NAME}_Test
         tests/SceneTest.cpp
+        tests/ScreenTest.cpp
         tests/LayermanagerTest.cpp
         tests/InputManagerTest.cpp
         tests/GraphicalObjectTest.cpp