diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2012-11-04 09:14:20 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2012-11-04 09:14:20 -0800 |
commit | d0694e70599197402e02a714cf4edb204aa8e296 (patch) | |
tree | f70e81a5ede9d7acfe631e0a25328841548b7f2d /gr-trellis | |
parent | 419d266f61e1721c5222c4d23903728cec8b6ec7 (diff) | |
parent | cc8620141d9c20e9dda84707db77a3ebf4d2ce5f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-trellis')
-rw-r--r-- | gr-trellis/src/python/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-trellis/src/python/CMakeLists.txt b/gr-trellis/src/python/CMakeLists.txt index ae2ab9cb41..d75a242c82 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) |