mirror of https://github.com/opencv/opencv.git
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)
parent
51cee84123
commit
7f1aa1b92d
2 changed files with 21 additions and 24 deletions
@ -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
|
||||
|
Loading…
Reference in new issue