summaryrefslogtreecommitdiff
path: root/gr-atsc/src
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-atsc/src
parent161910c66e88c081d267f4b2b699f7431f287279 (diff)
added some more python dash B
Diffstat (limited to 'gr-atsc/src')
-rw-r--r--gr-atsc/src/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/src/python/CMakeLists.txt b/gr-atsc/src/python/CMakeLists.txt
index c00f511187..aca15c572f 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)