FAIL_NO_CPU marco

This commit is contained in:
marina.kolpakova 2012-10-12 14:34:10 +04:00
parent 8d7ac8ad19
commit 319e861cf2

View File

@ -79,4 +79,6 @@ DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, MatDepth, MatCn);
::perf::Regression::add(this, std::string(#dmat) + "-response-row", __response, ## __VA_ARGS__); \
} while(0)
#define FAIL_NO_CPU() FAIL() << "No such CPU implementation analogy"
#endif // __OPENCV_PERF_GPU_UTILITY_HPP__