Add tests for the Branch and Bound algorithm

This commit is contained in:
Andrew Chow
2018-03-09 23:18:18 -05:00
parent 4b2716da46
commit 4566ab75f2
2 changed files with 173 additions and 1 deletions
+2 -1
View File
@@ -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)