added padded performance tests for gpu module

This commit is contained in:
Vladislav Vinogradov
2011-09-12 07:48:09 +00:00
parent 6167469bbd
commit 6763bd6d01
7 changed files with 850 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
//cvtest::TS::ptr()->init("gpu");
Regression::Init("gpu");
TestBase::Init(argc, argv);
return RUN_ALL_TESTS();