aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorAndrew Chow <[email protected]>2018-03-09 23:18:18 -0500
committerAndrew Chow <[email protected]>2018-03-13 12:39:26 -0400
commit4566ab75f277612425337bf7786c1d3a410d894a (patch)
tree7883d3133cbd810b8105fbd2dcbaccf17af056bb /src/Makefile.test.include
parentRemove coinselection.h -> wallet.h circular dependency (diff)
downloaddiscoin-4566ab75f277612425337bf7786c1d3a410d894a.tar.xz
discoin-4566ab75f277612425337bf7786c1d3a410d894a.zip
Add tests for the Branch and Bound algorithm
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 4ee910251..4d0819ab7 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -94,7 +94,8 @@ BITCOIN_TESTS += \
wallet/test/wallet_test_fixture.h \
wallet/test/accounting_tests.cpp \
wallet/test/wallet_tests.cpp \
- wallet/test/crypto_tests.cpp
+ wallet/test/crypto_tests.cpp \
+ wallet/test/coinselector_tests.cpp
endif
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)