aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gr-usrptest/python/rts_tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gr-usrptest/python/rts_tests/CMakeLists.txt')
-rw-r--r--tools/gr-usrptest/python/rts_tests/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gr-usrptest/python/rts_tests/CMakeLists.txt b/tools/gr-usrptest/python/rts_tests/CMakeLists.txt
index fbe49995a..03111a9bb 100644
--- a/tools/gr-usrptest/python/rts_tests/CMakeLists.txt
+++ b/tools/gr-usrptest/python/rts_tests/CMakeLists.txt
@@ -25,3 +25,9 @@ GR_PYTHON_INSTALL(
__init__.py
test_phasealignment.py DESTINATION ${GR_PYTHON_DIR}/usrptest/rts_tests
)
+
+GR_PYTHON_INSTALL(
+ PROGRAMS
+ test_phasealignment.py
+ DESTINATION bin
+)