Label test that memcheck is excessively long

This commit is contained in:
Xavier Arteaga 2019-12-19 11:55:01 +01:00 committed by Xavier Arteaga
parent b1c4cd7189
commit 089a5e21dc
2 changed files with 5 additions and 0 deletions

View File

@ -343,6 +343,10 @@ 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,6 +44,7 @@ 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