diff options
author | Johnathan Corgan | 2012-11-04 08:40:16 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-04 09:12:32 -0800 |
commit | cc8620141d9c20e9dda84707db77a3ebf4d2ce5f (patch) | |
tree | 41b85f7c72b7cfc2f8d324d2743b25c996efb9a3 /gr-blocks | |
parent | a6d285d9140d41645c05547a3b6431fa0c93da8d (diff) | |
parent | 32cad29dc50d26af8e7a34b040d9d2657017e5bb (diff) | |
download | gnuradio-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-blocks')
-rw-r--r-- | gr-blocks/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/CMakeLists.txt b/gr-blocks/python/CMakeLists.txt index a7f0e741a..5044e2320 100644 --- a/gr-blocks/python/CMakeLists.txt +++ b/gr-blocks/python/CMakeLists.txt @@ -42,6 +42,6 @@ foreach(py_qa_test_file ${py_qa_test_files}) ${CMAKE_BINARY_DIR}/gr-blocks/swig ) set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-blocks) - 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) |