diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 180c08de4..bbd6beb4c 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -1,15 +1,5 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE - -# Ignore memcheck for plots. QT errors - - waterfallplot_test - scatterplot_test - realplot_test - complexplot_test - # Ignore these to, they take too long - fft_normal - fft_extened - chest_test_all_cellids + ue_phy_test ) diff --git a/lib/src/phy/phch/test/CMakeLists.txt b/lib/src/phy/phch/test/CMakeLists.txt index e23c015e4..e8cf5964c 100644 --- a/lib/src/phy/phch/test/CMakeLists.txt +++ b/lib/src/phy/phch/test/CMakeLists.txt @@ -343,10 +343,6 @@ foreach (cell_n_prb 6 15 25 50 75 100) string(REGEX REPLACE "\ " "" test_name_args ${pusch_test_args}) add_test(pusch_test${test_name_args} pusch_test ${pusch_test_args}) - - if (NOT (${cell_n_prb} STREQUAL ${n_prb})) - set_tests_properties(pusch_test${test_name_args} PROPERTIES LABELS no-memcheck) - endif (NOT (${cell_n_prb} STREQUAL ${n_prb})) endforeach (cqi) endforeach (ack) endforeach (mcs) diff --git a/srsue/test/phy/CMakeLists.txt b/srsue/test/phy/CMakeLists.txt index 7e1236809..4f1697a65 100644 --- a/srsue/test/phy/CMakeLists.txt +++ b/srsue/test/phy/CMakeLists.txt @@ -44,7 +44,6 @@ target_link_libraries(ue_phy_test ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES}) add_test(ue_phy_test ue_phy_test) -set_tests_properties(ue_phy_test PROPERTIES LABELS no-memcheck) add_executable(scell_search_test scell_search_test.cc) target_link_libraries(scell_search_test