From 41edaf227a69bc4846d5996675e8763fdfe0f367 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Thu, 19 Sep 2019 13:59:49 -0400 Subject: logs: add BCLog::Timer and related macros Makes logging timing information about a block of code easier. --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') diff --git a/src/Makefile.test.include b/src/Makefile.test.include index d3fe13813..8a0fa1bdc 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -110,6 +110,7 @@ BITCOIN_TESTS =\ test/key_io_tests.cpp \ test/key_tests.cpp \ test/limitedmap_tests.cpp \ + test/logging_tests.cpp \ test/dbwrapper_tests.cpp \ test/validation_tests.cpp \ test/mempool_tests.cpp \ -- cgit v1.2.3