summaryrefslogtreecommitdiff
path: root/gr-digital/python
diff options
context:
space:
mode:
authorJosh Blum2011-07-23 11:29:00 -0700
committerJosh Blum2011-07-23 11:29:00 -0700
commit3017c8ea2981709c927c782faed302c05f0d6ac2 (patch)
tree885f68d9a3fe44a349d58af581f3de1ecedd3909 /gr-digital/python
parent1904b3817207810031b95efca0fd59406a7fe661 (diff)
downloadgnuradio-3017c8ea2981709c927c782faed302c05f0d6ac2.tar.gz
gnuradio-3017c8ea2981709c927c782faed302c05f0d6ac2.tar.bz2
gnuradio-3017c8ea2981709c927c782faed302c05f0d6ac2.zip
vocoder: updated cmake build for new blocks (also fixed some tests)
Diffstat (limited to 'gr-digital/python')
-rw-r--r--gr-digital/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/CMakeLists.txt b/gr-digital/python/CMakeLists.txt
index 9fb110a61..194894c73 100644
--- a/gr-digital/python/CMakeLists.txt
+++ b/gr-digital/python/CMakeLists.txt
@@ -65,7 +65,7 @@ FOREACH(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-digital/python
${CMAKE_BINARY_DIR}/gr-digital/swig
)
- SET(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-qtgui)
+ SET(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-digital)
GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${py_qa_test_file})
ENDFOREACH(py_qa_test_file)
ENDIF(ENABLE_TESTING)