diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:03:53 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:04:40 +0200 |
| commit | de39c95c2468cc643a5d5bed9e5dd8cea6a40747 (patch) | |
| tree | dc7049ba636b84f0080c2eb131abd5b8c58bd248 /src | |
| parent | Merge #7848: Divergence between 32- and 64-bit when hashing >4GB affects `get... (diff) | |
| download | discoin-de39c95c2468cc643a5d5bed9e5dd8cea6a40747.tar.xz discoin-de39c95c2468cc643a5d5bed9e5dd8cea6a40747.zip | |
test: move accounting_tests and rpc_wallet_tests to wallet/test
Move the two other wallet tests to where they belong.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.test.include | 4 | ||||
| -rw-r--r-- | src/wallet/test/accounting_tests.cpp (renamed from src/test/accounting_tests.cpp) | 0 | ||||
| -rw-r--r-- | src/wallet/test/rpc_wallet_tests.cpp (renamed from src/test/rpc_wallet_tests.cpp) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index f025b18c7..989718554 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -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) diff --git a/src/test/accounting_tests.cpp b/src/wallet/test/accounting_tests.cpp index dad191c68..dad191c68 100644 --- a/src/test/accounting_tests.cpp +++ b/src/wallet/test/accounting_tests.cpp diff --git a/src/test/rpc_wallet_tests.cpp b/src/wallet/test/rpc_wallet_tests.cpp index 3443be209..3443be209 100644 --- a/src/test/rpc_wallet_tests.cpp +++ b/src/wallet/test/rpc_wallet_tests.cpp |