Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
357 B

#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