Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core6/test/core/CMakeLists.txt @ 9636

Last change on this file since 9636 was 9636, checked in by landauf, 11 years ago

added tests

  • Property svn:eol-style set to native
File size: 840 bytes
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/IdentifierSimpleClassHierarchyTest.cc
13    class/IdentifierExternalClassHierarchyTest.cc
14    class/OrxonoxClassTest.cc
15    class/OrxonoxInterfaceTest.cc
16    class/SubclassIdentifierTest.cc
17    class/SuperTest.cc
18    command/CommandTest.cc
19    object/ClassFactoryTest.cc
20    object/ContextTest.cc
21    object/DestroyableTest.cc
22    object/IteratorTest.cc
23    object/ListableTest.cc
24    object/ObjectListBaseTest.cc
25    object/ObjectListIteratorTest.cc
26    object/SmartPtrTest.cc
27    object/WeakPtrTest.cc
28)
29ADD_DEPENDENCIES(test core_test)
30
31ADD_TEST(core_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/core_test --gtest_output=xml)
Note: See TracBrowser for help on using the repository browser.