python: discover tests from module/misc/python/test paths

This commit is contained in:
Alexander Alekhin
2019-03-16 11:50:23 +00:00
parent dad2247b56
commit a0a1fb5fec
18 changed files with 97 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@ endif()
add_subdirectory(bindings)
add_subdirectory(test)
if(NOT OPENCV_SKIP_PYTHON_LOADER)
include("./python_loader.cmake")
message(STATUS "OpenCV Python: during development append to PYTHONPATH: ${CMAKE_BINARY_DIR}/python_loader")