added black list for gpu tests

This commit is contained in:
Anatoly Baksheev
2010-09-27 06:57:25 +00:00
parent 50df762c4e
commit 1b8c00000c
5 changed files with 19 additions and 7 deletions

View File

@@ -43,9 +43,15 @@
CvTS test_system;
const char* blacklist[] =
{
"GPU-NppImageSum",
0
};
int main( int argc, char** argv )
{
return test_system.run( argc, argv );
return test_system.run( argc, argv, blacklist );
}
/* End of file. */