diff options
| author | Pieter Wuille <[email protected]> | 2019-05-08 13:29:44 -0700 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-06-07 11:12:22 +0200 |
| commit | d1f261150b49a957138ef4920203f91f5a8c01b6 (patch) | |
| tree | b8b3bebf44b4564cfe0eb2d5f799867150f39f4b /src/Makefile.test.include | |
| parent | gui: Set progressDialog to nullptr (diff) | |
| download | discoin-d1f261150b49a957138ef4920203f91f5a8c01b6.tar.xz discoin-d1f261150b49a957138ef4920203f91f5a8c01b6.zip | |
Add test for GCC bug 90348
Github-Pull: #15985
Rebased-From: 58e291cfad12fa85af87d093acfa7b44702e3521
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 84bc326cf..0408686c1 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -78,6 +78,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 \ |