diff options
author | gnieboer <gnieboer@corpcomm.net> | 2018-03-21 15:24:34 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-03-22 22:51:51 +0100 |
commit | ef728b6a610372b45f32ae119f8e18d1d9d3bd82 (patch) | |
tree | 92efd600ba8a385619c521801b0e92215d1e48d1 /gr-vocoder/python/vocoder | |
parent | 218ce76f2a0fd91acd957007d8806737a91d5191 (diff) |
Test: adds swig dirs to python tests to allow ctest to run on win builds
Diffstat (limited to 'gr-vocoder/python/vocoder')
-rw-r--r-- | gr-vocoder/python/vocoder/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-vocoder/python/vocoder/CMakeLists.txt b/gr-vocoder/python/vocoder/CMakeLists.txt index ca8323daab..9d5ec3405c 100644 --- a/gr-vocoder/python/vocoder/CMakeLists.txt +++ b/gr-vocoder/python/vocoder/CMakeLists.txt @@ -39,6 +39,11 @@ if(ENABLE_TESTING) set(GR_TEST_LIBRARY_DIRS "") set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/gnuradio-runtime/python + ${CMAKE_BINARY_DIR}/gnuradio-runtime/swig + ${CMAKE_BINARY_DIR}/gr-blocks/swig + ${CMAKE_BINARY_DIR}/gr-fft/swig + ${CMAKE_BINARY_DIR}/gr-filter/swig + ${CMAKE_BINARY_DIR}/gr-vocoder/swig ) include(GrTest) |