aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2015-08-17 12:07:47 -0400
committerCasey Rodarmor <casey@rodarmor.com>2015-08-17 12:15:32 -0400
commit7bd57bb1d79710a60459dfdefdc5c96ec3762eb9 (patch)
treec4ddf2c59433bba3c19c54ba30d07ae136158447 /src/Makefile.test.include
parent8b0689419470b5c3458142c055f80721c857b121 (diff)
downloadbitcoin-7bd57bb1d79710a60459dfdefdc5c96ec3762eb9.tar.xz
Add limitedmap test
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 8289198959..fc4e047c35 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -52,6 +52,7 @@ BITCOIN_TESTS =\
test/getarg_tests.cpp \
test/hash_tests.cpp \
test/key_tests.cpp \
+ test/limitedmap_tests.cpp \
test/main_tests.cpp \
test/mempool_tests.cpp \
test/miner_tests.cpp \