summaryrefslogtreecommitdiff
path: root/gr-trellis
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-11-14 15:00:51 -0800
committerJosh Blum <josh@joshknows.com>2012-11-14 15:00:51 -0800
commit4f4e571cef6a3cd64469901d654a1d4448e850d4 (patch)
tree69bd0d849871cd0a04e09cd89018d6348c7d9eb1 /gr-trellis
parentd809902ad340a2b45101b2fb03334ac50681526d (diff)
gr: misc test dependencies for new components
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/src/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/python/CMakeLists.txt b/gr-trellis/src/python/CMakeLists.txt
index b6167c905c..adc6b3a239 100644
--- a/gr-trellis/src/python/CMakeLists.txt
+++ b/gr-trellis/src/python/CMakeLists.txt
@@ -27,7 +27,7 @@ list(APPEND GR_TEST_PYTHON_DIRS
${CMAKE_BINARY_DIR}/gr-digital/swig
${CMAKE_BINARY_DIR}/gr-trellis/src/lib
)
-list(APPEND GR_TEST_TARGET_DEPS gnuradio-analog gnuradio-digital gnuradio-trellis)
+list(APPEND GR_TEST_TARGET_DEPS gnuradio-analog gnuradio-digital gnuradio-trellis gnuradio-filter)
include(GrPython)
include(GrTest)