first attemp

This commit is contained in:
Ilya Lavrenov
2014-04-16 15:34:18 +04:00
parent e11d998cfb
commit f3c56f8310
9 changed files with 139 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#define GTEST_DONT_DEFINE_TEST 0
#include "opencv2/ts/ts_gtest.h"
#include "opencv2/ts/ts_ext.hpp"
#ifndef GTEST_USES_SIMPLE_RE
# define GTEST_USES_SIMPLE_RE 0
@@ -553,7 +554,7 @@ CV_EXPORTS void printVersionInfo(bool useStdOut = true);
#endif
#endif
#if defined(HAVE_OPENCL) && !defined(CV_BUILD_OCL_MODULE)
#if defined(HAVE_OPENCL)
namespace cvtest { namespace ocl {
void dumpOpenCLDevice();
}}