mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: Create test fixture for wallet
Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture.
This commit is contained in:
parent
de39c95c24
commit
f4eae2d910
8 changed files with 55 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue