diff options
| author | Andrew Chow <[email protected]> | 2018-03-09 23:18:18 -0500 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2018-03-13 12:39:26 -0400 |
| commit | 4566ab75f277612425337bf7786c1d3a410d894a (patch) | |
| tree | 7883d3133cbd810b8105fbd2dcbaccf17af056bb /src/Makefile.test.include | |
| parent | Remove coinselection.h -> wallet.h circular dependency (diff) | |
| download | discoin-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.include | 3 |
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) |