summaryrefslogtreecommitdiff
path: root/gruel
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-03-16 16:56:42 -0400
committerTom Rondeau <trondeau@vt.edu>2012-03-16 16:56:42 -0400
commit74f7c070339a3bb4ba2b6f2e17c66583ba4c0104 (patch)
tree3b800b2fdc2a42c2333b442a82183a8927efadc5 /gruel
parent9ebc20522bf1f7ab6e7e89301d5504912a315b32 (diff)
parentdec5706be8e112e46b7447d3b85c4268d8c03819 (diff)
Merge branch 'maint'
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)