summaryrefslogtreecommitdiff
path: root/gr-trellis
diff options
context:
space:
mode:
authorJohnathan Corgan2012-11-04 08:40:16 -0800
committerJohnathan Corgan2012-11-04 09:12:32 -0800
commitcc8620141d9c20e9dda84707db77a3ebf4d2ce5f (patch)
tree41b85f7c72b7cfc2f8d324d2743b25c996efb9a3 /gr-trellis
parenta6d285d9140d41645c05547a3b6431fa0c93da8d (diff)
parent32cad29dc50d26af8e7a34b040d9d2657017e5bb (diff)
downloadgnuradio-cc8620141d9c20e9dda84707db77a3ebf4d2ce5f.tar.gz
gnuradio-cc8620141d9c20e9dda84707db77a3ebf4d2ce5f.tar.bz2
gnuradio-cc8620141d9c20e9dda84707db77a3ebf4d2ce5f.zip
Merge branch 'maint'
(commit chunk for gr-blocks added back in)
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/src/python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-trellis/src/python/CMakeLists.txt b/gr-trellis/src/python/CMakeLists.txt
index ae2ab9cb4..d75a242c8 100644
--- a/gr-trellis/src/python/CMakeLists.txt
+++ b/gr-trellis/src/python/CMakeLists.txt
@@ -21,6 +21,7 @@
# Handle the unit tests
########################################################################
if(ENABLE_TESTING)
+include(GrPython)
include(GrTest)
file(GLOB py_qa_test_files "qa_*.py")
foreach(py_qa_test_file ${py_qa_test_files})
@@ -32,6 +33,6 @@ foreach(py_qa_test_file ${py_qa_test_files})
${CMAKE_BINARY_DIR}/gr-trellis/src/lib
)
set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core gnuradio-digital gnuradio-trellis)
- 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)