rlc_am: disable stress tester as test

This commit is contained in:
Andre Puschmann 2018-02-09 11:48:26 +01:00
parent ef19b5f051
commit 22117156b3
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ add_test(rlc_am_test rlc_am_test)
add_executable(rlc_am_stress_test rlc_am_stress_test.cc)
target_link_libraries(rlc_am_stress_test srslte_upper srslte_phy srslte_common)
add_test(rlc_am_stress_test rlc_am_stress_test)
add_executable(rlc_um_data_test rlc_um_data_test.cc)
target_link_libraries(rlc_um_data_test srslte_upper srslte_phy srslte_common)