Last change
on this file was
11071,
checked in by landauf, 9 years ago
|
merged branch cpp11_v3 back to trunk
|
-
Property svn:eol-style set to
native
|
File size:
1.1 KB
|
Rev | Line | |
---|
[9601] | 1 | ORXONOX_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 |
---|
[9639] | 12 | class/IdentifierClassHierarchyTest.cc |
---|
[9636] | 13 | class/IdentifierSimpleClassHierarchyTest.cc |
---|
[10624] | 14 | class/IdentifierNestedClassHierarchyTest.cc |
---|
[9636] | 15 | class/IdentifierExternalClassHierarchyTest.cc |
---|
[9601] | 16 | class/OrxonoxClassTest.cc |
---|
| 17 | class/OrxonoxInterfaceTest.cc |
---|
| 18 | class/SubclassIdentifierTest.cc |
---|
| 19 | class/SuperTest.cc |
---|
[9603] | 20 | command/CommandTest.cc |
---|
[11071] | 21 | command/FunctorPtrTest.cc |
---|
| 22 | command/FunctorTest.cc |
---|
| 23 | command/ExecutorPtrTest.cc |
---|
[9603] | 24 | object/ClassFactoryTest.cc |
---|
[9610] | 25 | object/ContextTest.cc |
---|
[9603] | 26 | object/DestroyableTest.cc |
---|
[9605] | 27 | object/IteratorTest.cc |
---|
| 28 | object/ListableTest.cc |
---|
| 29 | object/ObjectListBaseTest.cc |
---|
[11071] | 30 | object/ObjectListTest.cc |
---|
[9605] | 31 | object/ObjectListIteratorTest.cc |
---|
[10624] | 32 | object/StrongPtrTest.cc |
---|
[9603] | 33 | object/WeakPtrTest.cc |
---|
[10624] | 34 | singleton/ScopeTest.cc |
---|
[9601] | 35 | ) |
---|
[10188] | 36 | ADD_DEPENDENCIES(all_tests core_test) |
---|
[9601] | 37 | |
---|
| 38 | ADD_TEST(core_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/core_test --gtest_output=xml) |
---|
Note: See
TracBrowser
for help on using the repository browser.