diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:54:57 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-18 14:57:42 +0200 |
| commit | f4eae2d910d9edb3750efec4facbeab161cce593 (patch) | |
| tree | a01442d5df233ef117344574aa80529b5aded4ec /src/Makefile.test.include | |
| parent | test: move accounting_tests and rpc_wallet_tests to wallet/test (diff) | |
| download | discoin-f4eae2d910d9edb3750efec4facbeab161cce593.tar.xz discoin-f4eae2d910d9edb3750efec4facbeab161cce593.zip | |
test: Create test fixture for wallet
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by
making the wallet tests use their own fixture.
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 989718554..08e2f6af4 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -90,6 +90,8 @@ BITCOIN_TESTS =\ if ENABLE_WALLET BITCOIN_TESTS += \ + wallet/test/wallet_test_fixture.cpp \ + wallet/test/wallet_test_fixture.h \ wallet/test/accounting_tests.cpp \ wallet/test/wallet_tests.cpp \ wallet/test/rpc_wallet_tests.cpp |