summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2013-01-14 17:41:27 -0600
committerJohnathan Corgan2013-01-14 15:55:37 -0800
commit5099198a501d7ef22a8cbfecfd410cf3619a36c5 (patch)
treef4e34a7baa92e8f307ba94e1f88d7e4aa17f45d8
parente7b6bcc4639464a4661d20c055cc43948eaa7e97 (diff)
downloadgnuradio-5099198a501d7ef22a8cbfecfd410cf3619a36c5.tar.gz
gnuradio-5099198a501d7ef22a8cbfecfd410cf3619a36c5.tar.bz2
gnuradio-5099198a501d7ef22a8cbfecfd410cf3619a36c5.zip
core: removed redundant test settings
-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 62f3d7e46..bd78c8fb4 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)