summaryrefslogtreecommitdiff
path: root/gr-qtgui
diff options
context:
space:
mode:
authorJosh Blum2012-11-03 14:02:49 -0700
committerJohnathan Corgan2012-11-04 08:39:23 -0800
commit32cad29dc50d26af8e7a34b040d9d2657017e5bb (patch)
tree57aa4da2f177e00b3e9bf0d3721024f301daef03 /gr-qtgui
parentc5436ca8ddab5fa77a585c8f00743bb85a93c59a (diff)
downloadgnuradio-32cad29dc50d26af8e7a34b040d9d2657017e5bb.tar.gz
gnuradio-32cad29dc50d26af8e7a34b040d9d2657017e5bb.tar.bz2
gnuradio-32cad29dc50d26af8e7a34b040d9d2657017e5bb.zip
gr: added python -B everywhere for clean source tree
Diffstat (limited to 'gr-qtgui')
-rw-r--r--gr-qtgui/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/python/CMakeLists.txt b/gr-qtgui/python/CMakeLists.txt
index e3fd602ef..e57338073 100644
--- a/gr-qtgui/python/CMakeLists.txt
+++ b/gr-qtgui/python/CMakeLists.txt
@@ -41,6 +41,6 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-qtgui/swig
)
set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core gnuradio-qtgui)
- 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)