Skip to content

Commit de39c95

Browse files
committed
test: move accounting_tests and rpc_wallet_tests to wallet/test
Move the two other wallet tests to where they belong.
1 parent 88616d2 commit de39c95

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Makefile.test.include

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ BITCOIN_TESTS =\
9090

9191
if ENABLE_WALLET
9292
BITCOIN_TESTS += \
93-
test/accounting_tests.cpp \
93+
wallet/test/accounting_tests.cpp \
9494
wallet/test/wallet_tests.cpp \
95-
test/rpc_wallet_tests.cpp
95+
wallet/test/rpc_wallet_tests.cpp
9696
endif
9797

9898
test_test_bitcoin_SOURCES = $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)

0 commit comments

Comments
 (0)