2011-02-16 12:38:58 +01:00
|
|
|
#include "test_precomp.hpp"
|
|
|
|
|
2011-02-17 08:02:12 +01:00
|
|
|
// Run test with --gtest_catch_exceptions flag to avoid runtime errors in
|
|
|
|
// the case when there is no GPU
|
2011-02-16 12:38:58 +01:00
|
|
|
CV_TEST_MAIN("gpu")
|
2011-02-17 08:02:12 +01:00
|
|
|
|
|
|
|
// 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
|