changed frames to framesperburst

parameters should be homogenous as well
This commit is contained in:
dj2ls 2021-12-12 12:12:05 +01:00
parent 305bb3b160
commit 8fe215be3e

View file

@ -24,7 +24,7 @@ add_test(NAME 001_highsnr_stdio
COMMAND sh -c "export LD_LIBRARY_PATH=${CODEC2_BUILD_DIR}/src;
PATH=$PATH:${CODEC2_BUILD_DIR}/src;
cd ${CMAKE_CURRENT_SOURCE_DIR}/test/001_highsnr_stdio_audio;
python3 test_tx.py --mode 14 --delay 500 --frames 3 --bursts 1 |
python3 test_tx.py --mode 14 --delay 500 --framesperburst 3 --bursts 1 |
freedv_data_raw_rx datac0 - - --framesperburst 3 | hexdump -C")
set_tests_properties(001_highsnr_stdio PROPERTIES PASS_REGULAR_EXPRESSION "HELLO WORLD")