aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-07-27 17:04:58 -0400
committerJohn Newbery <john@johnnewbery.com>2018-08-27 09:34:01 -0400
commitc410f415758913c933ad6c71cf50227cc85aa385 (patch)
tree792361f8781164619e1464c1642dfd3383d0cba9 /src/Makefile.test.include
parent51a73c98627d3beb35989dfbc779f59fd92010d2 (diff)
downloadbitcoin-c410f415758913c933ad6c71cf50227cc85aa385.tar.xz
[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.include1
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 \