diff options
author | Harris <brakmic@gmail.com> | 2019-11-21 21:13:08 +0100 |
---|---|---|
committer | Harris <brakmic@gmail.com> | 2019-11-21 21:13:08 +0100 |
commit | a2e581de942ece85b84c4f5a15287654b02867cb (patch) | |
tree | eeb1ebecaee9397e30e1d5e866ac9a00f11a9c5b /src/Makefile.bench.include | |
parent | b4a1da9ef8e4b673c290d5b882527e627ae1b43a (diff) |
build: Create test utility library from src/test/util/
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r-- | src/Makefile.bench.include | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index acd712c8a2..9e70db116b 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -40,10 +40,6 @@ bench_bench_bitcoin_SOURCES = \ bench/lockedpool.cpp \ bench/poly1305.cpp \ bench/prevector.cpp \ - test/util/transaction_utils.h \ - test/util/transaction_utils.cpp \ - test/util/setup_common.h \ - test/util/setup_common.cpp \ test/util.h \ test/util.cpp @@ -59,6 +55,7 @@ bench_bench_bitcoin_LDADD = \ $(LIBBITCOIN_UTIL) \ $(LIBBITCOIN_CONSENSUS) \ $(LIBBITCOIN_CRYPTO) \ + $(LIBTEST_UTIL) \ $(LIBLEVELDB) \ $(LIBLEVELDB_SSE42) \ $(LIBMEMENV) \ |