From 32cad29dc50d26af8e7a34b040d9d2657017e5bb Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 3 Nov 2012 14:02:49 -0700 Subject: gr: added python -B everywhere for clean source tree --- gr-fft/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-fft') diff --git a/gr-fft/python/CMakeLists.txt b/gr-fft/python/CMakeLists.txt index 16c29e599..c64df4659 100644 --- a/gr-fft/python/CMakeLists.txt +++ b/gr-fft/python/CMakeLists.txt @@ -42,6 +42,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) -- cgit