diff options
author | John Newbery <john@johnnewbery.com> | 2018-07-27 17:04:58 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-08-27 09:34:01 -0400 |
commit | c410f415758913c933ad6c71cf50227cc85aa385 (patch) | |
tree | 792361f8781164619e1464c1642dfd3383d0cba9 /src/Makefile.test.include | |
parent | 51a73c98627d3beb35989dfbc779f59fd92010d2 (diff) |
[tests] Remove wallet accounts test
The accounts API will be removed in the next commit. Remove all
functional tests for the accounts API.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 9e7d0dc745..abfd66efad 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -96,7 +96,6 @@ BITCOIN_TESTS =\ if ENABLE_WALLET BITCOIN_TESTS += \ - wallet/test/accounting_tests.cpp \ wallet/test/psbt_wallet_tests.cpp \ wallet/test/wallet_tests.cpp \ wallet/test/wallet_crypto_tests.cpp \ |