summaryrefslogtreecommitdiff
path: root/gr-analog/python
diff options
context:
space:
mode:
authorJosh Blum2012-11-13 19:53:55 -0800
committerJohnathan Corgan2012-11-14 09:54:09 -0800
commit315237fd3935f31a0920613af3947189520f796a (patch)
tree47bfcbb70afcadb6e373f4f4553cea5f2d1ce1b2 /gr-analog/python
parent69d2ba539e1774a30ef44685ba82bdb0c54b5ca4 (diff)
downloadgnuradio-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.txt2
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")