From e735a63ff9e7b67f3efbf1b39276cf6b21002ddd Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Tue, 19 Jun 2018 18:28:58 -0700 Subject: python: Adding Python API benchmark rate Python API version of the benchmark rate utility. --- host/examples/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/examples/python/CMakeLists.txt') diff --git a/host/examples/python/CMakeLists.txt b/host/examples/python/CMakeLists.txt index 669c80203..758a69af1 100644 --- a/host/examples/python/CMakeLists.txt +++ b/host/examples/python/CMakeLists.txt @@ -8,6 +8,7 @@ SET(python_examples rx_to_file.py tx_waveforms.py curses_fft.py + benchmark_rate.py ) UHD_INSTALL(PROGRAMS ${python_examples} DESTINATION ${PKG_LIB_DIR}/examples/python COMPONENT examples) -- cgit v1.2.3