Show
Ignore:
Timestamp:
07/28/09 15:07:47 (15 years ago)
Author:
vbarta
Message:

moved egiw_test to testsuite (partially converted to a configurable test); added public method clearing RVs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r428 r436  
    77link_directories (./unittest-cpp) 
    88 
    9 add_library(testutil mat_checks.cpp mat_checks.h test_util.cpp test_util.h) 
     9add_library(testutil epdf_harness.cpp epdf_harness.h mat_checks.cpp mat_checks.h test_util.cpp test_util.h) 
    1010target_link_libraries(testutil bdm itpp unittest) 
    1111 
     
    1717 
    1818EXEC(fsqmat_test) 
    19 EXEC(egiw_test) 
    2019EXEC(emix_test) 
    2120EXEC(test0) 
     
    3938 
    4039# using UnitTest++ 
    41 add_executable(testsuite datalink_test.cpp enorm_test.cpp loggers_test.cpp rv_test.cpp square_mat_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     40add_executable(testsuite datalink_test.cpp egiw_test.cpp enorm_test.cpp loggers_test.cpp rv_test.cpp square_mat_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    4241target_link_libraries(testsuite bdm itpp testutil unittest) 
    4342