diff options
author | Josh Blum <josh@joshknows.com> | 2012-11-13 19:53:55 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2012-11-14 09:54:09 -0800 |
commit | 315237fd3935f31a0920613af3947189520f796a (patch) | |
tree | 47bfcbb70afcadb6e373f4f4553cea5f2d1ce1b2 /gr-analog | |
parent | 69d2ba539e1774a30ef44685ba82bdb0c54b5ca4 (diff) |
analog: add analog dependencies to test
Diffstat (limited to 'gr-analog')
-rw-r--r-- | gr-analog/lib/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gr-analog/python/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gr-analog/lib/CMakeLists.txt b/gr-analog/lib/CMakeLists.txt index aaf3c8656c..653d5be279 100644 --- a/gr-analog/lib/CMakeLists.txt +++ b/gr-analog/lib/CMakeLists.txt @@ -173,6 +173,8 @@ if(ENABLE_TESTING) ${CPPUNIT_LIBRARIES} ) + list(APPEND GR_TEST_TARGET_DEPS gnuradio-analog gnuradio-filter gnuradio-fft) + GR_ADD_TEST(test_gr_analog test-gr-analog) endif(ENABLE_TESTING) diff --git a/gr-analog/python/CMakeLists.txt b/gr-analog/python/CMakeLists.txt index 6d911205e2..1657e5bf32 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") |