diff options
| author | Pieter Wuille <[email protected]> | 2014-01-11 18:53:28 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-01-11 18:54:20 +0100 |
| commit | dc64c3c3747f0d592ebad516dc08e752687e62eb (patch) | |
| tree | 151512cae05db91c19cc8ecc206029934d40bc9c /src/test | |
| parent | makefile.am: split long lines into one file per line (diff) | |
| parent | small headers ordering cleanup (diff) | |
| download | discoin-dc64c3c3747f0d592ebad516dc08e752687e62eb.tar.xz discoin-dc64c3c3747f0d592ebad516dc08e752687e62eb.zip | |
Merge pull request #3510
c037531 small headers ordering cleanup (Philip Kaufmann)
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index ff1d22cc2..667e53c6b 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -37,7 +37,8 @@ test_bitcoin_SOURCES = \ base58_tests.cpp \ base64_tests.cpp \ bignum_tests.cpp \ - bloom_tests.cpp canonical_tests.cpp \ + bloom_tests.cpp \ + canonical_tests.cpp \ checkblock_tests.cpp \ Checkpoints_tests.cpp \ compress_tests.cpp \ |