Show
Ignore:
Timestamp:
08/11/09 11:27:10 (15 years ago)
Author:
vbarta
Message:

moved emix_test to testsuite

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r499 r500  
    2020LINK_EXEC(square_mat_prep) 
    2121 
    22 EXEC(emix_test) 
    2322EXEC(testResample) 
    2423 
     
    4039 
    4140# using UnitTest++ 
    42 add_executable(testsuite datalink_test.cpp egiw_test.cpp epdf_test.cpp loggers_test.cpp mpdf_test.cpp rv_test.cpp shared_ptr_test.cpp square_mat_test.cpp testsuite.cpp user_info_test.cpp) 
     41add_executable(testsuite datalink_test.cpp egiw_test.cpp emix_test.cpp epdf_test.cpp loggers_test.cpp mpdf_test.cpp rv_test.cpp shared_ptr_test.cpp square_mat_test.cpp testsuite.cpp user_info_test.cpp) 
    4342target_link_libraries(testsuite testutil unittest) 
    4443LINK_EXEC(testsuite)