diff options
| author | MarcoFalke <[email protected]> | 2019-08-02 17:06:37 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-11-04 10:42:33 -0500 |
| commit | fa2c44c3ccc3e7a54e2afc862addd555d5a6e51b (patch) | |
| tree | 25dcc1cf23640475cff8321843dba35499436e5c /src/Makefile.test.include | |
| parent | logging: Add member for arbitrary print callbacks (diff) | |
| download | discoin-fa2c44c3ccc3e7a54e2afc862addd555d5a6e51b.tar.xz discoin-fa2c44c3ccc3e7a54e2afc862addd555d5a6e51b.zip | |
test: Add ASSERT_DEBUG_LOG to unit test framework
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index a4cf78d61..7ee26c434 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -58,6 +58,8 @@ GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.r BITCOIN_TEST_SUITE = \ test/lib/blockfilter.cpp \ test/lib/blockfilter.h \ + test/lib/logging.cpp \ + test/lib/logging.h \ test/lib/transaction_utils.cpp \ test/lib/transaction_utils.h \ test/main.cpp \ |