From 39c8ad78a8024571cb4d0f14317b712199ddad88 Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Fri, 6 Dec 2019 10:38:07 -0800 Subject: 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...") --- host/tests/streaming_performance/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/tests/streaming_performance/CMakeLists.txt') 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) -- cgit v1.2.3