summaryrefslogtreecommitdiff
path: root/gr-vocoder/python
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-17 23:50:35 -0700
committerJosh Blum <josh@joshknows.com>2011-10-17 23:50:35 -0700
commit3d49591fef7f23d1de21542dd99742610d675221 (patch)
treeae58eb6f656c377b58fe66824928b304390e5324 /gr-vocoder/python
parent161910c66e88c081d267f4b2b699f7431f287279 (diff)
added some more python dash B
Diffstat (limited to 'gr-vocoder/python')
-rw-r--r--gr-vocoder/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/python/CMakeLists.txt b/gr-vocoder/python/CMakeLists.txt
index c2d9a6c24e..fff3fffbdd 100644
--- a/gr-vocoder/python/CMakeLists.txt
+++ b/gr-vocoder/python/CMakeLists.txt
@@ -45,6 +45,6 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-vocoder/swig
)
set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-vocoder)
- GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${py_qa_test_file})
+ GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file})
endforeach(py_qa_test_file)
endif(ENABLE_TESTING)