From 3017c8ea2981709c927c782faed302c05f0d6ac2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 23 Jul 2011 11:29:00 -0700 Subject: vocoder: updated cmake build for new blocks (also fixed some tests) --- gr-vocoder/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-vocoder/python/CMakeLists.txt') diff --git a/gr-vocoder/python/CMakeLists.txt b/gr-vocoder/python/CMakeLists.txt index 4ea8d23e1..c3702ad70 100644 --- a/gr-vocoder/python/CMakeLists.txt +++ b/gr-vocoder/python/CMakeLists.txt @@ -44,7 +44,7 @@ FOREACH(py_qa_test_file ${py_qa_test_files}) ${CMAKE_BINARY_DIR}/gr-vocoder/python ${CMAKE_BINARY_DIR}/gr-vocoder/swig ) - SET(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-qtgui) + SET(GR_TEST_TARGET_DEPS gruel gnuradio-core gnuradio-vocoder) GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${py_qa_test_file}) ENDFOREACH(py_qa_test_file) ENDIF(ENABLE_TESTING) -- cgit