How to enable $module_name/test/ocl/*.cpp for video module
Some modules have the folder, module_name/test/ocl/, but these source code under the ocl/ won't be built by default.
I checked the OpenCVModule.cmake, seems only the test/*.cpp would be find as test source code.
How to enable these? Is there any document for detail info? Thanks a lot.