summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2011-10-17 23:50:35 -0700
committerJosh Blum2011-10-17 23:50:35 -0700
commit3d49591fef7f23d1de21542dd99742610d675221 (patch)
treeae58eb6f656c377b58fe66824928b304390e5324
parent161910c66e88c081d267f4b2b699f7431f287279 (diff)
downloadgnuradio-3d49591fef7f23d1de21542dd99742610d675221.tar.gz
gnuradio-3d49591fef7f23d1de21542dd99742610d675221.tar.bz2
gnuradio-3d49591fef7f23d1de21542dd99742610d675221.zip
added some more python dash B
-rw-r--r--gr-atsc/src/python/CMakeLists.txt2
-rw-r--r--gr-vocoder/python/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-atsc/src/python/CMakeLists.txt b/gr-atsc/src/python/CMakeLists.txt
index c00f51118..aca15c572 100644
--- a/gr-atsc/src/python/CMakeLists.txt
+++ b/gr-atsc/src/python/CMakeLists.txt
@@ -53,6 +53,6 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-atsc/src/lib
)
set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-atsc)
- 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)
diff --git a/gr-vocoder/python/CMakeLists.txt b/gr-vocoder/python/CMakeLists.txt
index c2d9a6c24..fff3fffbd 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)