diff --git a/Modules/US/Testing/CMakeLists.txt b/Modules/US/Testing/CMakeLists.txt index 294276bf6b..836377a743 100644 --- a/Modules/US/Testing/CMakeLists.txt +++ b/Modules/US/Testing/CMakeLists.txt @@ -1,7 +1,7 @@ MITK_CREATE_MODULE_TESTS() -if(BUILD_TESTING AND MODULE_IS_ENABLED) -mitkAddCustomModuleTest(mitkUSImageVideoSourceTest mitkUSImageVideoSourceTest - ${MITK_DATA_DIR}/CommonTestData/bunny_640x480.avi -) - -endif() \ No newline at end of file +#if(BUILD_TESTING AND MODULE_IS_ENABLED) +#mitkAddCustomModuleTest(mitkUSImageVideoSourceTest mitkUSImageVideoSourceTest +# ${MITK_DATA_DIR}/CommonTestData/bunny_640x480.avi +#) +# +#endif() \ No newline at end of file diff --git a/Modules/US/Testing/files.cmake b/Modules/US/Testing/files.cmake index 4e74fe1bd9..b6cef51f25 100644 --- a/Modules/US/Testing/files.cmake +++ b/Modules/US/Testing/files.cmake @@ -1,19 +1,19 @@ SET(MODULE_TESTS mitkUSImageTest.cpp #mitkUSImageVideoSourceTest.cpp // deactivated until updated to current openCV mitkUSProbeTest.cpp mitkUSDeviceTest.cpp #mitkUSPipelineTest.cpp //deactivated until bugfix for mitkImage cloning available # ----------------------------------------------------------------------- # ------------------ Deavtivated Tests ---------------------------------- # ----------------------------------------------------------------------- ) -SET(MODULE_CUSTOM_TESTS +#SET(MODULE_CUSTOM_TESTS #mitkUSImageVideoSourceTest.cpp //deactivated until updated to current openCV -) +#)