File srsLTE-disable-test-benchmark_radio_multi_rf.patch of Package srsLTE
diff --git a/lib/src/radio/test/CMakeLists.txt b/lib/src/radio/test/CMakeLists.txt
index 02d92e0..5832458 100644
--- a/lib/src/radio/test/CMakeLists.txt
+++ b/lib/src/radio/test/CMakeLists.txt
@@ -25,11 +25,6 @@ if(RF_FOUND)
include_directories(${SRSGUI_INCLUDE_DIRS})
target_link_libraries(benchmark_radio ${SRSGUI_LIBRARIES})
endif(SRSGUI_FOUND)
- if (ZEROMQ_FOUND)
- add_test(benchmark_radio_multi_rf benchmark_radio -d zmq -a
- tx_port=tcp://*:2000,rx_port=tcp://localhost:2000\;tx_port=tcp://*:2001,rx_port=tcp://localhost:2001\;tx_port=tcp://*:2002,rx_port=tcp://localhost:2002\;tx_port=tcp://*:2003,rx_port=tcp://localhost:2003\;
- -p 4)
- endif (ZEROMQ_FOUND)
endif(RF_FOUND)