| 
                Last change
                  on this file since 10690 was
                  10407,
                  checked in by landauf, 11 years ago
           | 
        
        
          | 
               
moved Scope and ScopedSingletonManager from util to core. 
 I had to disable two tests in ScopeTest.cc because now that it runs in the core library, there are too many singletons which get loaded in graphics scope (with too many dependencies). this should be fixed 
 
           | 
        
        
          
            
              - 
                  Property svn:eol-style set to
                  
native
               
             
           | 
        
        | 
            File size:
            800 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | ORXONOX_ADD_EXECUTABLE( | 
|---|
| 2 |     util_test | 
|---|
| 3 |     EXCLUDE_FROM_ALL | 
|---|
| 4 |     NO_INSTALL | 
|---|
| 5 |   LINK_LIBRARIES | 
|---|
| 6 |     util | 
|---|
| 7 |     gmock_orxonox | 
|---|
| 8 |   SOURCE_FILES | 
|---|
| 9 |     ${GMOCK_MAIN} | 
|---|
| 10 |     ConvertTest.cc | 
|---|
| 11 |     MathTest.cc | 
|---|
| 12 |     mboolTest.cc | 
|---|
| 13 |     MultiTypeTest.cc | 
|---|
| 14 |     OutputTest.cc | 
|---|
| 15 |     SharedPtrTest.cc | 
|---|
| 16 |     SingletonTest.cc | 
|---|
| 17 |     SmallObjectAllocatorTest.cc | 
|---|
| 18 |     StringUtilsTest.cc | 
|---|
| 19 |     SubStringTest.cc | 
|---|
| 20 |     VA_NARGSTest.cc | 
|---|
| 21 |  | 
|---|
| 22 |     output/BaseWriterTest.cc | 
|---|
| 23 |     output/ConsoleWriterTest.cc | 
|---|
| 24 |     output/LogWriterTest.cc | 
|---|
| 25 |     output/MemoryWriterTest.cc | 
|---|
| 26 |     output/OutputDefinitionsTest.cc | 
|---|
| 27 |     output/OutputListenerTest.cc | 
|---|
| 28 |     output/OutputManagerTest.cc | 
|---|
| 29 |     output/OutputStreamTest.cc | 
|---|
| 30 |     output/SubcontextOutputListenerTest.cc | 
|---|
| 31 | ) | 
|---|
| 32 | ADD_DEPENDENCIES(all_tests util_test) | 
|---|
| 33 |  | 
|---|
| 34 | ADD_TEST(util_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/util_test --gtest_output=xml) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.