added CUDA_DISABLER preprocessor commands
This commit is contained in:
@@ -41,13 +41,15 @@
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
|
||||
#ifdef HAVE_CUDA
|
||||
#if defined HAVE_CUDA
|
||||
OutputLevel nvidiaTestOutputLevel = OutputLevelCompact;
|
||||
#endif
|
||||
|
||||
#if defined HAVE_CUDA && !defined(CUDA_DISABLER)
|
||||
|
||||
using namespace cvtest;
|
||||
using namespace testing;
|
||||
|
||||
OutputLevel nvidiaTestOutputLevel = OutputLevelCompact;
|
||||
|
||||
struct NVidiaTest : TestWithParam<cv::gpu::DeviceInfo>
|
||||
{
|
||||
cv::gpu::DeviceInfo devInfo;
|
||||
|
Reference in New Issue
Block a user