We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d764ca commit 5fdc8f5Copy full SHA for 5fdc8f5
tests/unittests/TestsHelper.cpp
@@ -58,6 +58,7 @@ void iterTestFiles(const std::string& folder, std::function<void(TestData&&)>&&
58
.is_folder = is_directory(entry.path())
59
};
60
61
+ std::cout << "test on '" << entry.path().generic_string() << std::endl;
62
test(std::move(data));
63
}
64
0 commit comments