Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/test/core/CMakeLists.txt @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.1 KB
Line 
1ORXONOX_ADD_EXECUTABLE(
2    core_test
3    EXCLUDE_FROM_ALL
4    NO_INSTALL
5  LINK_LIBRARIES
6    core
7    gmock_orxonox
8  SOURCE_FILES
9    ${GMOCK_MAIN}
10    class/IdentifiableTest.cc
11    class/IdentifierTest.cc
12    class/IdentifierClassHierarchyTest.cc
13    class/IdentifierSimpleClassHierarchyTest.cc
14    class/IdentifierNestedClassHierarchyTest.cc
15    class/IdentifierExternalClassHierarchyTest.cc
16    class/OrxonoxClassTest.cc
17    class/OrxonoxInterfaceTest.cc
18    class/SubclassIdentifierTest.cc
19    class/SuperTest.cc
20    command/CommandTest.cc
21    command/FunctorPtrTest.cc
22    command/FunctorTest.cc
23    command/ExecutorPtrTest.cc
24    object/ClassFactoryTest.cc
25    object/ContextTest.cc
26    object/DestroyableTest.cc
27    object/IteratorTest.cc
28    object/ListableTest.cc
29    object/ObjectListBaseTest.cc
30    object/ObjectListTest.cc
31    object/ObjectListIteratorTest.cc
32    object/StrongPtrTest.cc
33    object/WeakPtrTest.cc
34    singleton/ScopeTest.cc
35)
36ADD_DEPENDENCIES(all_tests core_test)
37
38ADD_TEST(core_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/core_test --gtest_output=xml)
Note: See TracBrowser for help on using the repository browser.