aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPierre Rochard <pierre@rochard.org>2018-09-10 20:49:17 -0400
committerPierre Rochard <pierre@rochard.org>2018-09-12 21:05:53 -0400
commitea3009ee942188750480ca6cc273b2b91cf77ded (patch)
tree029d1d6734e2e6c06f8337db44054fbf1d0b04e5 /src/Makefile.test.include
parent8f464549c46db2954d7b64d1feb200eb35f2e7e8 (diff)
downloadbitcoin-ea3009ee942188750480ca6cc273b2b91cf77ded.tar.xz
wallet: Add walletdir arg unit tests
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c4ee5f5fcc..7a36e216e1 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -110,11 +110,14 @@ BITCOIN_TESTS += \
wallet/test/psbt_wallet_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/wallet_crypto_tests.cpp \
- wallet/test/coinselector_tests.cpp
+ wallet/test/coinselector_tests.cpp \
+ wallet/test/init_tests.cpp
BITCOIN_TEST_SUITE += \
wallet/test/wallet_test_fixture.cpp \
- wallet/test/wallet_test_fixture.h
+ wallet/test/wallet_test_fixture.h \
+ wallet/test/init_test_fixture.cpp \
+ wallet/test/init_test_fixture.h
endif
test_test_bitcoin_SOURCES = $(BITCOIN_TEST_SUITE) $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)