add TM testcase

This commit is contained in:
Andre Puschmann 2018-04-27 16:26:24 +02:00
parent d63b3e0376
commit f913db6d82
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ add_executable(rlc_stress_test rlc_stress_test.cc)
target_link_libraries(rlc_stress_test srslte_upper srslte_phy srslte_common ${Boost_LIBRARIES})
add_test(rlc_am_stress_test rlc_stress_test --duration 10 --mode="AM")
add_test(rlc_um_stress_test rlc_stress_test --duration 10 --mode="UM")
add_test(rlc_um_stress_test rlc_stress_test --duration 10 --mode="TM" -opp_sdu_ratio=1.0)
add_executable(rlc_um_data_test rlc_um_data_test.cc)
target_link_libraries(rlc_um_data_test srslte_upper srslte_phy srslte_common)