aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2019-12-06 10:38:07 -0800
committerMartin Braun <martin.braun@ettus.com>2019-12-06 11:05:03 -0800
commit39c8ad78a8024571cb4d0f14317b712199ddad88 (patch)
treee3d89948955581c64c2fc1c19e888831f5990ac0 /host
parentc8dab1e440ff1a7704594009cc3571108866cb2b (diff)
downloaduhd-39c8ad78a8024571cb4d0f14317b712199ddad88.tar.gz
uhd-39c8ad78a8024571cb4d0f14317b712199ddad88.tar.bz2
uhd-39c8ad78a8024571cb4d0f14317b712199ddad88.zip
tests: Install all stream performance scripts
Install all of the streaming performance tests scripts, not just the X300 one. Fixes: 2bf1f0acaa35 ("tests: Add script to execute batch of bench...")
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)