summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-01-14 15:57:56 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-01-14 15:57:56 -0800
commit45657c97c05763f0b8d1531493ff3d1be923d21a (patch)
tree1ae33447429ee53b5c4be4780438290d8798af31 /gnuradio-core/src/python
parentd1d210da036af0723c15d1c1f85fbacebe456bb5 (diff)
parent5099198a501d7ef22a8cbfecfd410cf3619a36c5 (diff)
Merge branch 'maint'
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r--gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt b/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
index 62f3d7e46d..bd78c8fb4a 100644
--- a/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
+++ b/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
@@ -43,13 +43,6 @@ include(GrTest)
file(GLOB py_qa_test_files "qa_*.py")
foreach(py_qa_test_file ${py_qa_test_files})
get_filename_component(py_qa_test_name ${py_qa_test_file} NAME_WE)
- set(GR_TEST_PYTHON_DIRS
- ${CMAKE_SOURCE_DIR}/gruel/src/python
- ${CMAKE_BINARY_DIR}/gruel/src/swig
- ${CMAKE_BINARY_DIR}/gnuradio-core/src/python
- ${CMAKE_BINARY_DIR}/gnuradio-core/src/lib/swig
- )
- set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core)
GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file})
endforeach(py_qa_test_file)
endif(ENABLE_TESTING)