splitting plain and OCL tests for SURF.

This commit is contained in:
Andrey Pavlenko
2014-03-25 16:19:45 +04:00
parent c1acbb02bc
commit fa5705613d
3 changed files with 114 additions and 69 deletions

View File

@@ -36,6 +36,6 @@ int main(int argc, char **argv)
#elif defined(HAVE_OPENCL)
CV_PERF_TEST_MAIN_INTERNALS(nonfree, impls, dumpOpenCLDevice());
#else
CV_PERF_TEST_MAIN_INTERNALS(ocl, impls)
CV_PERF_TEST_MAIN_INTERNALS(nonfree, impls)
#endif
}