test: Show debug log on unit test failure

This commit is contained in:
MarcoFalke
2019-09-27 11:53:34 -04:00
parent 17e14ac92f
commit fa37e0a68b
7 changed files with 34 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include <regex>
const RegTestingSetup* g_testing_setup = nullptr;
const std::function<void(const std::string&)> G_TEST_LOG_FUN{};
void benchmark::ConsolePrinter::header()
{