summaryrefslogtreecommitdiff
path: root/gr-comedi
diff options
context:
space:
mode:
authorgnieboer <gnieboer@corpcomm.net>2018-03-21 15:24:34 -0400
committerMarcus Müller <marcus@hostalia.de>2018-03-22 22:51:51 +0100
commitef728b6a610372b45f32ae119f8e18d1d9d3bd82 (patch)
tree92efd600ba8a385619c521801b0e92215d1e48d1 /gr-comedi
parent218ce76f2a0fd91acd957007d8806737a91d5191 (diff)
Test: adds swig dirs to python tests to allow ctest to run on win builds
Diffstat (limited to 'gr-comedi')
-rw-r--r--gr-comedi/python/comedi/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-comedi/python/comedi/CMakeLists.txt b/gr-comedi/python/comedi/CMakeLists.txt
index 5ac692f995..9febc08250 100644
--- a/gr-comedi/python/comedi/CMakeLists.txt
+++ b/gr-comedi/python/comedi/CMakeLists.txt
@@ -38,6 +38,7 @@ 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
)
include(GrTest)