Browse Source

test: move accounting_tests and rpc_wallet_tests to wallet/test

Move the two other wallet tests to where they belong.
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
de39c95c24
  1. 4
      src/Makefile.test.include
  2. 0
      src/wallet/test/accounting_tests.cpp
  3. 0
      src/wallet/test/rpc_wallet_tests.cpp

4
src/Makefile.test.include

@ -90,9 +90,9 @@ BITCOIN_TESTS =\ @@ -90,9 +90,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)

0
src/test/accounting_tests.cpp → src/wallet/test/accounting_tests.cpp

0
src/test/rpc_wallet_tests.cpp → src/wallet/test/rpc_wallet_tests.cpp

Loading…
Cancel
Save