blob: 7154f137814019105866939a7537b6a6786399d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright 2019 Ettus Research, a National Instruments Brand
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
set(streaming_performance_files
parse_benchmark_rate.py
run_benchmark_rate.py
batch_run_benchmark_rate.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)
|