diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2019-05-08 13:29:44 -0700 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-02 10:19:30 +0200 |
commit | 58e291cfad12fa85af87d093acfa7b44702e3521 (patch) | |
tree | 9e75e69ca62c51f3b57f090cc071bda650f992d3 /src/Makefile.test.include | |
parent | faf38bc056e523485520f98f3f725c583a3b89bf (diff) |
Add test for GCC bug 90348
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
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 \ |