mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
ENABLE_TESTING()
|
||||
#ENABLE_TESTING()
|
||||
|
||||
add_subdirectory(cv)
|
||||
add_subdirectory(cxcore)
|
||||
add_subdirectory(ml)
|
||||
add_subdirectory(cxts)
|
||||
#add_subdirectory(cv)
|
||||
#add_subdirectory(cxcore)
|
||||
#add_subdirectory(ml)
|
||||
#add_subdirectory(cxts)
|
||||
|
||||
#if(WITH_CUDA)
|
||||
# set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
|
||||
|
||||
Reference in New Issue
Block a user