aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-07-27 14:38:07 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:04:00 -0800
commitef6382c6ab869d19fd29191768d5a748343c2b69 (patch)
tree59c97f3ba70d959aaef1b3669d5eff1c2b3f27fb /mpm/python/CMakeLists.txt
parent39bd5b1bad753c3634f09f023c37feb557924d51 (diff)
downloaduhd-ef6382c6ab869d19fd29191768d5a748343c2b69.tar.gz
uhd-ef6382c6ab869d19fd29191768d5a748343c2b69.tar.bz2
uhd-ef6382c6ab869d19fd29191768d5a748343c2b69.zip
n3xx bist: Added SFP loopback tests
Diffstat (limited to 'mpm/python/CMakeLists.txt')
-rw-r--r--mpm/python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpm/python/CMakeLists.txt b/mpm/python/CMakeLists.txt
index 6cad6e516..ad917276f 100644
--- a/mpm/python/CMakeLists.txt
+++ b/mpm/python/CMakeLists.txt
@@ -53,7 +53,8 @@ EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c
)
INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build/lib/usrp_mpm DESTINATION ${CMAKE_INSTALL_PREFIX}/${USRP_MPM_PYTHON_DIR})
INSTALL(PROGRAMS
- usrp_hwd.py
aurora_bist_test.py
+ n3xx_bist
+ usrp_hwd.py
DESTINATION ${RUNTIME_DIR}
)