OCL: tests: repair/disable failed tests in ocl module

This commit is contained in:
Alexander Alekhin
2013-08-21 17:12:55 +04:00
parent 893e8b4371
commit b7b584984e
6 changed files with 34 additions and 43 deletions

View File

@@ -43,11 +43,12 @@
#ifdef HAVE_OPENCL
using namespace std;
using namespace cv;
using namespace cv::ocl;
using namespace cvtest;
using namespace testing;
using std::cout;
using std::endl;
void print_info()
{
@@ -86,11 +87,11 @@ int main(int argc, char **argv)
CommandLineParser cmd(argc, argv, keys);
if (cmd.get<string>("h")=="true")
{
cout << "Avaible options besides goole test option:" << endl;
cout << "Available options besides google test options:" << endl;
cmd.printMessage();
return 0;
}
string type = cmd.get<string>("t");
string type = cmd.get<String>("t");
unsigned int pid = cmd.get<unsigned int>("p");
int device = cmd.get<int>("d");