Limit PDSCH-NR unit test

This commit is contained in:
Xavier Arteaga 2020-11-11 14:25:40 +01:00 committed by Andre Puschmann
parent bff71761a9
commit a278a49e42
1 changed files with 1 additions and 1 deletions

View File

@ -628,4 +628,4 @@ add_test(dlsch_nr_test dlsch_nr_test -m 0 -n 1)
add_executable(pdsch_nr_test pdsch_nr_test.c)
target_link_libraries(pdsch_nr_test srslte_phy)
add_test(pdsch_nr_test pdsch_nr_test)
add_test(pdsch_nr_test pdsch_nr_test -n 6 -m 20)