From ef728b6a610372b45f32ae119f8e18d1d9d3bd82 Mon Sep 17 00:00:00 2001 From: gnieboer <gnieboer@corpcomm.net> Date: Wed, 21 Mar 2018 15:24:34 -0400 Subject: Test: adds swig dirs to python tests to allow ctest to run on win builds --- gr-analog/python/analog/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gr-analog/python') diff --git a/gr-analog/python/analog/CMakeLists.txt b/gr-analog/python/analog/CMakeLists.txt index 2da8273c6..c885f2452 100644 --- a/gr-analog/python/analog/CMakeLists.txt +++ b/gr-analog/python/analog/CMakeLists.txt @@ -48,6 +48,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-analog/swig + ${CMAKE_BINARY_DIR}/gr-fft/swig + ${CMAKE_BINARY_DIR}/gr-filter/swig + ${CMAKE_BINARY_DIR}/gr-blocks/swig ) include(GrTest) -- cgit v1.2.3