make NVIDIA tests verbose by default
This commit is contained in:
@@ -323,7 +323,8 @@ static void devNullOutput(const std::string& msg)
|
||||
bool nvidia_NPPST_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel)
|
||||
{
|
||||
path = test_data_path.c_str();
|
||||
ncvSetDebugOutputHandler(devNullOutput);
|
||||
if (outputLevel != OutputLevelFull)
|
||||
ncvSetDebugOutputHandler(devNullOutput);
|
||||
|
||||
NCVAutoTestLister testListerII("NPPST Integral Image", outputLevel);
|
||||
|
||||
|
Reference in New Issue
Block a user