Show
Ignore:
Timestamp:
07/22/09 10:07:52 (15 years ago)
Author:
vbarta
Message:

moved datalink tests to testsuite, added default initialization to datalink classes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r422 r424  
    1111 
    1212# BASIC EXECS 
    13 EXEC(datalink_test) 
    1413EXEC(loggers_test) 
    1514 
     
    4140 
    4241# using UnitTest++ 
    43 add_executable(testsuite rv_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     42add_executable(testsuite datalink_test.cpp rv_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    4443target_link_libraries(testsuite bdm itpp unittest) 
    4544