diff options
author | Johnathan Corgan | 2012-03-18 13:29:47 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-18 13:29:47 -0700 |
commit | 32ff86449a26958288b84f43b0cef2eff8e27972 (patch) | |
tree | 99d6b56295d6bf24febdf36b2b116710595f8a31 /gnuradio-core/src/python | |
parent | 6e379955cdd9803cb6b083bd72e7acfa494d6757 (diff) | |
parent | ff4daf02eb694392ae5c19fee60316cbf986576a (diff) | |
download | gnuradio-32ff86449a26958288b84f43b0cef2eff8e27972.tar.gz gnuradio-32ff86449a26958288b84f43b0cef2eff8e27972.tar.bz2 gnuradio-32ff86449a26958288b84f43b0cef2eff8e27972.zip |
Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint
Diffstat (limited to 'gnuradio-core/src/python')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt b/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt index 7b62a2f1e..912927921 100644 --- a/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt +++ b/gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt @@ -47,6 +47,6 @@ foreach(py_qa_test_file ${py_qa_test_files}) ${CMAKE_BINARY_DIR}/gnuradio-core/src/lib/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) |