aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPatrick Strateman <patrick.strateman@gmail.com>2016-08-03 16:37:02 -0700
committerPatrick Strateman <patrick.strateman@gmail.com>2016-08-07 19:30:20 -0700
commit9578333ec456bbfaccfecf9ea561c421f3a5d547 (patch)
treef1a5e5ed1b5cfea9bbbae2221d2a0290f0951936 /src/Makefile.test.include
parent25400c4de18fe63a0b1051cc158b62f6c8c7ba90 (diff)
downloadbitcoin-9578333ec456bbfaccfecf9ea561c421f3a5d547.tar.xz
Remove rpc_wallet_tests.cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 27e7694748..0748d1a39d 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -97,8 +97,7 @@ 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/rpc_wallet_tests.cpp
+ wallet/test/crypto_tests.cpp
endif
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)