diff --git a/modules/ts/src/ts.cpp b/modules/ts/src/ts.cpp index 9fe5cb3937..f60ba9dd2b 100644 --- a/modules/ts/src/ts.cpp +++ b/modules/ts/src/ts.cpp @@ -1127,6 +1127,7 @@ void SystemInfoCollector::OnTestProgramStart(const testing::UnitTest&) recordPropertyVerbose("cv_build_type", "Build type", getSnippetFromConfig("Configuration:", "\n"), CV_TEST_BUILD_CONFIG); recordPropertyVerbose("cv_compiler", "Compiler", getSnippetFromConfig("C++ Compiler:", "\n")); recordPropertyVerbose("implementation_hint", "Algorithm hint", getSnippetFromConfig("Algorithm Hint:", "\n")); + recordPropertyVerbose("hal", "HAL", getSnippetFromConfig("Custom HAL:", "\n")); const char* parallelFramework = cv::currentParallelFramework(); if (parallelFramework) {