removed catch from GPU stereo_bp test as --gtest_catch_exceptions flags exists (but err msg isn't printed in case when there is no GPU)

This commit is contained in:
Alexey Spizhevoy
2011-02-17 07:02:12 +00:00
parent 51cee84123
commit 7f1aa1b92d
2 changed files with 25 additions and 28 deletions

View File

@@ -1,3 +1,9 @@
#include "test_precomp.hpp"
// Run test with --gtest_catch_exceptions flag to avoid runtime errors in
// the case when there is no GPU
CV_TEST_MAIN("gpu")
// TODO Add other tests from tests/gpu folder
// TODO When there is no GPU test system doesn't print error message: it fails or keeps
// quiet when --gtest_catch_exceptions is enabled