From 7fedfa03808ae4b497e5ed62af3b606490f7ecbf Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 2 Feb 2018 20:45:38 +0000 Subject: [PATCH] cudev(test): avoid namespace check --- modules/cudev/test/test_precomp.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cudev/test/test_precomp.hpp b/modules/cudev/test/test_precomp.hpp index 9c1ebc44cb..591b943183 100644 --- a/modules/cudev/test/test_precomp.hpp +++ b/modules/cudev/test/test_precomp.hpp @@ -46,6 +46,7 @@ #include "opencv2/cudev.hpp" +#define CV_TEST_SKIP_NAMESPACE_CHECK #include "opencv2/ts.hpp" #include "opencv2/ts/cuda_test.hpp"