diff options
| author | James O'Beirne <[email protected]> | 2018-05-05 14:11:46 -0400 |
|---|---|---|
| committer | James O'Beirne <[email protected]> | 2019-04-29 13:43:01 -0400 |
| commit | ddd95ccb80da3d5cdf905192e23d54f303e6d83f (patch) | |
| tree | 47ba6e61558a66c5a8ad8c82f2c7cb2241184f16 /src/Makefile.test.include | |
| parent | threads: introduce util/threadnames, refactor thread naming (diff) | |
| download | discoin-ddd95ccb80da3d5cdf905192e23d54f303e6d83f.tar.xz discoin-ddd95ccb80da3d5cdf905192e23d54f303e6d83f.zip | |
tests: add threadutil tests
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 692f8d97b..1144ca8a7 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -138,6 +138,7 @@ BITCOIN_TESTS =\ test/skiplist_tests.cpp \ test/streams_tests.cpp \ test/sync_tests.cpp \ + test/util_threadnames_tests.cpp \ test/timedata_tests.cpp \ test/torcontrol_tests.cpp \ test/transaction_tests.cpp \ |