Show
Ignore:
Timestamp:
07/24/09 13:57:16 (15 years ago)
Author:
vbarta
Message:

moved enorm tests to testsuite

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r426 r428  
    1717 
    1818EXEC(fsqmat_test) 
    19 EXEC(enorm_test) 
    2019EXEC(egiw_test) 
    2120EXEC(emix_test) 
     
    3433EXEC(test_particle) 
    3534EXEC(testSmp) 
    36 EXEC(testEpdf) 
    3735EXEC(test_kalman_QR) 
    3836EXEC(test_kalman_QRexh) 
     
    4139 
    4240# using UnitTest++ 
    43 add_executable(testsuite datalink_test.cpp loggers_test.cpp rv_test.cpp square_mat_test.cpp testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
     41add_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) 
    4442target_link_libraries(testsuite bdm itpp testutil unittest) 
    4543