SRSUE: avoid testing ue_phy_test

This commit is contained in:
Xavier Arteaga 2019-12-20 18:55:31 +01:00 committed by Andre Puschmann
parent 307c27dc30
commit 36b2102de8
3 changed files with 1 additions and 16 deletions

View File

@ -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
)

View File

@ -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)

View File

@ -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