the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "cvtest.h"
|
||||
|
||||
CvTS test_system;
|
||||
CvTS test_system("cv");
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
|
Reference in New Issue
Block a user