1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

make NVIDIA tests verbose by default

(cherry picked from commit 17608f7ade)
This commit is contained in:
Vladislav Vinogradov
2015-04-13 17:11:19 +03:00
committed by Alexander Smorkalov
parent f08dd510fa
commit 55339de684
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#ifdef HAVE_CUDA
OutputLevel nvidiaTestOutputLevel = OutputLevelNone;
OutputLevel nvidiaTestOutputLevel = OutputLevelFull;
using namespace cvtest;
using namespace testing;