aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_test_fixture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright header to wallet_text_fixture.cppWladimir J. van der Laan2016-08-221-0/+4
| | | | I created the file but forgot to add this header.
* test: Rename wallet.dat to wallet_test.datWladimir J. van der Laan2016-04-181-1/+1
| | | | | | | Indicate that the file name is not hardcoded, and a little bit of safety so that it never nukes the main wallet. Suggestion by Marco Falke.
* test: Create test fixture for walletWladimir J. van der Laan2016-04-181-0/+28
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture.