Label test that memcheck is excessively long

master
Xavier Arteaga 5 years ago committed by Xavier Arteaga
parent b1c4cd7189
commit 089a5e21dc

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

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

Loading…
Cancel
Save