diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-15 03:15:21 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-15 03:15:21 -0700 |
commit | 928a9ada1c7caa739ee57f49da4446a04d301b12 (patch) | |
tree | 7f19bec3e4a890aa7c9e1b19f159671d1a24f24c /gr-analog/python | |
parent | c2c7d53afe862390ec1d6490309d2d0f4b96bf50 (diff) |
analog: minor cleanup for added block
Diffstat (limited to 'gr-analog/python')
-rw-r--r-- | gr-analog/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/python/CMakeLists.txt b/gr-analog/python/CMakeLists.txt index 5fabe75ca2..af4ed578f3 100644 --- a/gr-analog/python/CMakeLists.txt +++ b/gr-analog/python/CMakeLists.txt @@ -49,4 +49,4 @@ foreach(py_qa_test_file ${py_qa_test_files}) GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file}) endforeach(py_qa_test_file) endif(ENABLE_TESTING) -GR_ADD_TEST(qa_plateau_detector_fb ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/qa_plateau_detector_fb.py) + |