aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPierre Rochard <pierre@rochard.org>2018-09-14 21:10:20 -0400
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-03-12 23:25:49 +0000
commitf20513bd71d0530ad9285b9558e3a02733250a63 (patch)
tree6296496ce57495f43d45344782ce9cb01be8267a /src/Makefile.test.include
parent85c6263ddbde7189bbb52317dd3ad9202b5ebf40 (diff)
downloadbitcoin-f20513bd71d0530ad9285b9558e3a02733250a63.tar.xz
Tests: add unit tests for GetWalletEnv
Github-Pull: #11911 Rebased-From: 88b1d95
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 6f401636f5..1b6827d45a 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -95,6 +95,7 @@ BITCOIN_TESTS =\
if ENABLE_WALLET
BITCOIN_TESTS += \
wallet/test/accounting_tests.cpp \
+ wallet/test/db_tests.cpp \
wallet/test/psbt_wallet_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/wallet_crypto_tests.cpp \