aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2019-05-08 13:29:44 -0700
committerMarcoFalke <falke.marco@gmail.com>2019-06-02 10:19:30 +0200
commit58e291cfad12fa85af87d093acfa7b44702e3521 (patch)
tree9e75e69ca62c51f3b57f090cc071bda650f992d3 /src/Makefile.test.include
parentfaf38bc056e523485520f98f3f725c583a3b89bf (diff)
downloadbitcoin-58e291cfad12fa85af87d093acfa7b44702e3521.tar.xz
Add test for GCC bug 90348
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 1144ca8a78..c9c029818e 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -97,6 +97,7 @@ BITCOIN_TESTS =\
test/bswap_tests.cpp \
test/checkqueue_tests.cpp \
test/coins_tests.cpp \
+ test/compilerbug_tests.cpp \
test/compress_tests.cpp \
test/crypto_tests.cpp \
test/cuckoocache_tests.cpp \