1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

ported GPU test to GTest framework

This commit is contained in:
Alexey Spizhevoy
2011-02-17 14:01:28 +00:00
parent 97eaa95a1e
commit 6f788ff8db
23 changed files with 5787 additions and 5 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ struct CV_GpuStereoBPTest : public cvtest::BaseTest
}
};
TEST(StereoBP, StereoBP) { CV_GpuStereoBPTest test; test.safe_run(); }
TEST(StereoBP, regression) { CV_GpuStereoBPTest test; test.safe_run(); }