test: move accounting_tests and rpc_wallet_tests to wallet/test

Move the two other wallet tests to where they belong.
This commit is contained in:
Wladimir J. van der Laan 2016-04-18 14:03:53 +02:00 committed by Jack Grigg
parent 6c1b6c8ccc
commit 994a51d4d7
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
3 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ BITCOIN_TESTS =\
if ENABLE_WALLET
BITCOIN_TESTS += \
test/accounting_tests.cpp \
wallet/test/accounting_tests.cpp \
wallet/test/wallet_tests.cpp \
test/rpc_wallet_tests.cpp
wallet/test/rpc_wallet_tests.cpp
endif
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)