aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/tests/streaming_performance/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/tests/streaming_performance/CMakeLists.txt b/host/tests/streaming_performance/CMakeLists.txt
index 0ea828737..7154f1378 100644
--- a/host/tests/streaming_performance/CMakeLists.txt
+++ b/host/tests/streaming_performance/CMakeLists.txt
@@ -8,7 +8,9 @@ set(streaming_performance_files
parse_benchmark_rate.py
run_benchmark_rate.py
batch_run_benchmark_rate.py
- run_X300_performance_tests.py
+ run_E3xx_max_rate_tests.py
+ run_N3xx_max_rate_tests.py
+ run_X3xx_max_rate_tests.py
)
UHD_INSTALL(PROGRAMS ${streaming_performance_files} DESTINATION ${PKG_LIB_DIR}/tests/streaming_performance COMPONENT tests)