diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-16 12:45:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-16 12:45:59 -0700 |
commit | efa8df3c9c5db9dccef96305e6b702602661793d (patch) | |
tree | bde35585bbe2630501aba82b53e59b5f5214ecc2 /gruel/src | |
parent | 7e1ac13d5558eaca2233c4be4c41307b5e61b8f5 (diff) |
gruel: run qa tests with -B (fix from gruel_work_squashed)
Diffstat (limited to 'gruel/src')
-rw-r--r-- | gruel/src/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gruel/src/python/CMakeLists.txt b/gruel/src/python/CMakeLists.txt index be5ac956e9..13f2111ba2 100644 --- a/gruel/src/python/CMakeLists.txt +++ b/gruel/src/python/CMakeLists.txt @@ -47,6 +47,6 @@ foreach(py_qa_test_file ${py_qa_test_files}) ${CMAKE_BINARY_DIR}/gruel/src/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) |