aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/rpc_wallet_tests.cpp
AgeCommit message (Collapse)Author
2016-08-07Remove rpc_wallet_tests.cppPatrick Strateman
2016-04-18test: Create test fixture for walletWladimir J. van der Laan
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture.
2016-04-18test: move accounting_tests and rpc_wallet_tests to wallet/testWladimir J. van der Laan
Move the two other wallet tests to where they belong.