1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

ts: added findDataFile() utility function and SkipTestException

This commit is contained in:
Alexander Alekhin
2016-11-29 20:28:59 +03:00
parent c47267ef7f
commit 71b2409df0
7 changed files with 252 additions and 30 deletions
+4
View File
@@ -19,6 +19,7 @@
# include <sys/time.h>
#endif
using namespace cvtest;
using namespace perf;
int64 TestBase::timeLimitDefault = 0;
@@ -48,7 +49,10 @@ static bool param_collect_impl;
#ifdef ENABLE_INSTRUMENTATION
static int param_instrument;
#endif
namespace cvtest {
extern bool test_ipp_check;
}
#ifdef HAVE_CUDA
static int param_cuda_device;