From 8ead0805c63f357db605566c7447bf2937e0a026 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Thu, 13 Apr 2017 17:43:58 -0700 Subject: gr-usrptest: remove TODO note fix python CMakeLists --- tools/gr-usrptest/python/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/gr-usrptest/python') diff --git a/tools/gr-usrptest/python/CMakeLists.txt b/tools/gr-usrptest/python/CMakeLists.txt index 9d678c815..7bb812b0c 100644 --- a/tools/gr-usrptest/python/CMakeLists.txt +++ b/tools/gr-usrptest/python/CMakeLists.txt @@ -20,6 +20,7 @@ ######################################################################## # Include python install macros ######################################################################## +include(GrPython) if(NOT PYTHONINTERP_FOUND) return() endif() @@ -43,8 +44,6 @@ add_subdirectory(rts_tests) ######################################################################## include(GrTest) -GR_ADD_TEST(qa_phasealignment ${PYTHON_EXECUTABLE} - ${CMAKE_CURRENT_SOURCE_DIR}/qa_phasealignment.py) set(GR_TEST_TARGET_DEPS gnuradio-usrptest) set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/swig) GR_ADD_TEST(qa_measurement_sink_f ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/qa_measurement_sink_f.py) -- cgit v1.2.3