Changeset 422 for library/tests/CMakeLists.txt
- Timestamp:
 - 07/20/09 12:41:12 (16 years ago)
 - Files:
 - 
          
- 1 modified
 
- 
          library/tests/CMakeLists.txt (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
library/tests/CMakeLists.txt
r419 r422 11 11 12 12 # BASIC EXECS 13 EXEC(rv_test)14 13 EXEC(datalink_test) 15 14 EXEC(loggers_test) … … 42 41 43 42 # using UnitTest++ 44 add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp)43 add_executable(testsuite rv_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 45 44 target_link_libraries(testsuite bdm itpp unittest) 46 45  
