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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user