Show
Ignore:
Timestamp:
07/31/09 08:46:16 (15 years ago)
Author:
vbarta
Message:

moved generic configurable tests to common source files

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r453 r457  
    3333 
    3434# using UnitTest++ 
    35 add_executable(testsuite datalink_test.cpp egamma_test.cpp egiw_test.cpp enorm_test.cpp loggers_test.cpp mepdf_test.cpp mgamma_test.cpp rv_test.cpp square_mat_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     35add_executable(testsuite datalink_test.cpp egiw_test.cpp epdf_test.cpp loggers_test.cpp mepdf_test.cpp mpdf_test.cpp rv_test.cpp square_mat_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    3636target_link_libraries(testsuite bdm itpp testutil unittest) 
    3737