From fa37e0a68bea65979f9f8f2e5258fe608acf2bdf Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 27 Sep 2019 11:53:34 -0400 Subject: test: Show debug log on unit test failure --- src/bench/bench.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bench') diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 745fd0966d..d1b2b938ff 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -16,6 +16,7 @@ #include const RegTestingSetup* g_testing_setup = nullptr; +const std::function G_TEST_LOG_FUN{}; void benchmark::ConsolePrinter::header() { -- cgit v1.2.3