Show
Ignore:
Timestamp:
07/22/09 14:57:26 (15 years ago)
Author:
vbarta
Message:

moved logger test to testsuite, updated logger docs (a bit)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r424 r425  
    99# Add executable called "helloDemo" that is built from the source files 
    1010# "demo.cxx" and "demo_b.cxx".  The extensions are automatically found. 
    11  
    12 # BASIC EXECS 
    13 EXEC(loggers_test) 
    1411 
    1512EXEC(chmat_test) 
     
    4037 
    4138# using UnitTest++ 
    42 add_executable(testsuite datalink_test.cpp rv_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     39add_executable(testsuite datalink_test.cpp loggers_test.cpp rv_test.cpp testsuite.cpp test_user_info.cpp test_util.cpp test_util.h test_shared_ptr.cpp) 
    4340target_link_libraries(testsuite bdm itpp unittest) 
    4441