aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.bench.include
diff options
context:
space:
mode:
authorHarris <brakmic@gmail.com>2019-11-21 21:13:08 +0100
committerHarris <brakmic@gmail.com>2019-11-21 21:13:08 +0100
commita2e581de942ece85b84c4f5a15287654b02867cb (patch)
treeeeb1ebecaee9397e30e1d5e866ac9a00f11a9c5b /src/Makefile.bench.include
parentb4a1da9ef8e4b673c290d5b882527e627ae1b43a (diff)
downloadbitcoin-a2e581de942ece85b84c4f5a15287654b02867cb.tar.xz
build: Create test utility library from src/test/util/
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r--src/Makefile.bench.include5
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) \