summaryrefslogtreecommitdiff
path: root/gruel
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-03-16 12:45:59 -0700
committerJosh Blum <josh@joshknows.com>2012-03-16 12:45:59 -0700
commitefa8df3c9c5db9dccef96305e6b702602661793d (patch)
treebde35585bbe2630501aba82b53e59b5f5214ecc2 /gruel
parent7e1ac13d5558eaca2233c4be4c41307b5e61b8f5 (diff)
gruel: run qa tests with -B (fix from gruel_work_squashed)
Diffstat (limited to 'gruel')
-rw-r--r--gruel/src/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gruel/src/python/CMakeLists.txt b/gruel/src/python/CMakeLists.txt
index be5ac956e9..13f2111ba2 100644
--- a/gruel/src/python/CMakeLists.txt
+++ b/gruel/src/python/CMakeLists.txt
@@ -47,6 +47,6 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gruel/src/swig
)
set(GR_TEST_TARGET_DEPS gruel gnuradio-core)
- 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)