make NVIDIA tests verbose by default

This commit is contained in:
Vladislav Vinogradov
2015-04-13 17:11:19 +03:00
parent 81ebe28c24
commit 17608f7ade
3 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
#ifdef HAVE_CUDA
OutputLevel nvidiaTestOutputLevel = OutputLevelNone;
OutputLevel nvidiaTestOutputLevel = OutputLevelFull;
using namespace cvtest;
using namespace testing;