bigdata: add test, resolve split/merge issue

This commit is contained in:
Alexander Alekhin
2016-07-08 17:46:08 +03:00
parent 627e2b15b3
commit 5f269d08b4
4 changed files with 57 additions and 12 deletions

View File

@@ -1110,6 +1110,10 @@ function(ocv_add_accuracy_tests)
set_target_properties(${the_target} PROPERTIES FOLDER "tests accuracy")
endif()
if(OPENCV_TEST_BIGDATA)
ocv_append_target_property(${the_target} COMPILE_DEFINITIONS "OPENCV_TEST_BIGDATA=1")
endif()
if(NOT BUILD_opencv_world)
_ocv_add_precompiled_headers(${the_target})
endif()