diff options
author | Johnathan Corgan | 2012-03-22 15:07:04 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-22 15:07:04 -0700 |
commit | a21499503e97189644b882ec12210ed4fa501414 (patch) | |
tree | d230144dec0bb46507a536079f5c10c03ad829df /gr-vocoder | |
parent | b62700ab8fad6343378b816a2e4f88170bf7d8dd (diff) | |
parent | 69c9100b8221f8b485e3acc07e99d5f410909d5e (diff) | |
download | gnuradio-a21499503e97189644b882ec12210ed4fa501414.tar.gz gnuradio-a21499503e97189644b882ec12210ed4fa501414.tar.bz2 gnuradio-a21499503e97189644b882ec12210ed4fa501414.zip |
Merge branch 'master' into next
Diffstat (limited to 'gr-vocoder')
-rw-r--r-- | gr-vocoder/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/python/CMakeLists.txt b/gr-vocoder/python/CMakeLists.txt index fff3fffbd..ee3765d5e 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-vocoder) + set(GR_TEST_TARGET_DEPS volk gruel gnuradio-core gnuradio-vocoder) GR_ADD_TEST(${py_qa_test_name} ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B} ${py_qa_test_file}) endforeach(py_qa_test_file) endif(ENABLE_TESTING) |