aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2019-08-28 15:58:53 -0400
committerFabian Jahr <fjahr@protonmail.com>2021-04-19 20:31:02 +0200
commit57a026c30fef3138bb8db46e6865acb9dc2674f8 (patch)
treeb9e11e7b15ea69d2b6b95b3b1240038dab995192 /src/Makefile.test.include
parent6a4c0c09ab4d073a26c3c4a02783d5dcd88f6eef (diff)
downloadbitcoin-57a026c30fef3138bb8db46e6865acb9dc2674f8.tar.xz
test: Add unit test for Coinstats index
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 570f011f7a..b546f1f55f 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -80,6 +80,7 @@ BITCOIN_TESTS =\
test/bswap_tests.cpp \
test/checkqueue_tests.cpp \
test/coins_tests.cpp \
+ test/coinstatsindex_tests.cpp \
test/compilerbug_tests.cpp \
test/compress_tests.cpp \
test/crypto_tests.cpp \