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-fft/python | |
parent | 419d266f61e1721c5222c4d23903728cec8b6ec7 (diff) | |
parent | cc8620141d9c20e9dda84707db77a3ebf4d2ce5f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-fft/python')
-rw-r--r-- | gr-fft/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/python/CMakeLists.txt b/gr-fft/python/CMakeLists.txt index 3cca444f9a..c994b1a6ae 100644 --- a/gr-fft/python/CMakeLists.txt +++ b/gr-fft/python/CMakeLists.txt @@ -43,6 +43,6 @@ foreach(py_qa_test_file ${py_qa_test_files}) ${CMAKE_BINARY_DIR}/gr-fft/swig ) set(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-fft) - 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) |