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:
@@ -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
|
||||
|
Reference in New Issue
Block a user