aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-16 11:01:38 +0930
committerDavid Rowe <[email protected]>2023-07-16 11:01:38 +0930
commit4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (patch)
tree33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /CMakeLists.txt
parent6549fa1d6f0b6c195dd597752cf3053ccc7fb8c0 (diff)
rm FreeDV 2020Cdr-cleanup2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d296efe..d96667f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -589,14 +589,7 @@ endif()
./ofdm_mod --in /dev/zero --testframes 10 --mode 2020B --ldpc --clip --txbpf |
./ch - - --No -19 |
./ofdm_demod --mode 2020B --testframes --ldpc -v 2 > /dev/null")
-
- # 2020C AWGN test
- add_test(NAME test_OFDM_modem_2020C_AWGN
- COMMAND sh -c "cd ${CMAKE_CURRENT_BINARY_DIR}/src;
- ./ofdm_mod --in /dev/zero --testframes 10 --mode 2020C --ldpc --clip --txbpf |
- ./ch - - --No -21 |
- ./ofdm_demod --mode 2020C --testframes --ldpc -v 2 > /dev/null")
-
+
# -------------------------------------------------------------------------
# OFDM Data modes
# -------------------------------------------------------------------------
@@ -865,13 +858,6 @@ if(LPCNET)
./freedv_rx 2020B - /dev/null --testframes"
)
- add_test(NAME test_freedv_api_2020C_mpd
- COMMAND sh -c "cd ${CMAKE_CURRENT_BINARY_DIR}/src;
- dd bs=32000 count=60 if=/dev/zero |
- ./freedv_tx 2020C - - --testframes --clip 1 |
- ./ch - - --No -32 --mpd --fading_dir ../unittest |
- ./freedv_rx 2020C - /dev/null --testframes"
- )
endif()
add_test(NAME test_freedv_api_2400A