diff options
author | Josh Blum | 2012-11-13 19:53:55 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-11-14 09:54:09 -0800 |
commit | 315237fd3935f31a0920613af3947189520f796a (patch) | |
tree | 47bfcbb70afcadb6e373f4f4553cea5f2d1ce1b2 /gr-analog/python | |
parent | 69d2ba539e1774a30ef44685ba82bdb0c54b5ca4 (diff) | |
download | gnuradio-315237fd3935f31a0920613af3947189520f796a.tar.gz gnuradio-315237fd3935f31a0920613af3947189520f796a.tar.bz2 gnuradio-315237fd3935f31a0920613af3947189520f796a.zip |
analog: add analog dependencies to test
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 6d911205e..1657e5bf3 100644 --- a/gr-analog/python/CMakeLists.txt +++ b/gr-analog/python/CMakeLists.txt @@ -40,7 +40,7 @@ list(APPEND GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/gr-filter/python ${CMAKE_BINARY_DIR}/gr-filter/swig ) -list(APPEND GR_TEST_TARGET_DEPS gnuradio-analog) +list(APPEND GR_TEST_TARGET_DEPS gnuradio-analog gnuradio-filter gnuradio-fft) include(GrTest) file(GLOB py_qa_test_files "qa_*.py") |