diff options
| author | Pieter Wuille <[email protected]> | 2014-05-09 17:38:44 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-05-09 17:38:44 +0200 |
| commit | ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3 (patch) | |
| tree | 6fbda694cc19547bdb80296fce0ba09bb3f38d61 /src/test/Makefile.am | |
| parent | Merge pull request #4076 (diff) | |
| download | discoin-ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3.tar.xz discoin-ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3.zip | |
Reduce bignum.h now it is only needed for scriptnum_tests
Diffstat (limited to 'src/test/Makefile.am')
| -rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index e12f4904f..fbc79cf99 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -37,7 +37,6 @@ test_bitcoin_SOURCES = \ base32_tests.cpp \ base58_tests.cpp \ base64_tests.cpp \ - bignum_tests.cpp \ bloom_tests.cpp \ canonical_tests.cpp \ checkblock_tests.cpp \ |