Show
Ignore:
Timestamp:
07/20/09 12:41:12 (15 years ago)
Author:
vbarta
Message:

RV partial cleanup: more arguments passed by reference, less inline functions, tests integrated into the testsuite

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r419 r422  
    1111 
    1212# BASIC EXECS 
    13 EXEC(rv_test) 
    1413EXEC(datalink_test) 
    1514EXEC(loggers_test) 
     
    4241 
    4342# using UnitTest++ 
    44 add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     43add_executable(testsuite rv_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    4544target_link_libraries(testsuite bdm itpp unittest) 
    4645