diff options
| author | MarcoFalke <[email protected]> | 2019-09-27 11:53:34 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-01-02 18:00:05 -0500 |
| commit | fa37e0a68bea65979f9f8f2e5258fe608acf2bdf (patch) | |
| tree | 8deac6542c23efb0dad232c4c30bc88c68187e71 /src/bench/bench.cpp | |
| parent | Merge #17781: rpc: Remove mempool global from miner (diff) | |
| download | discoin-fa37e0a68bea65979f9f8f2e5258fe608acf2bdf.tar.xz discoin-fa37e0a68bea65979f9f8f2e5258fe608acf2bdf.zip | |
test: Show debug log on unit test failure
Diffstat (limited to 'src/bench/bench.cpp')
| -rw-r--r-- | src/bench/bench.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 745fd0966..d1b2b938f 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -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() { |