diff options
| author | Karl-Johan Alm <[email protected]> | 2016-12-16 16:52:35 +0900 |
|---|---|---|
| committer | Kalle Alm <[email protected]> | 2016-12-17 12:27:00 +0900 |
| commit | 815f4148b2eff6c64c764e910e79677d5a67adc7 (patch) | |
| tree | 1b9e3e892ca7e6ec21b607a96b4c7ca97da1d3dd /src/Makefile.test.include | |
| parent | Merge #9322: [qa] Don't set unknown rpcserialversion (diff) | |
| download | discoin-815f4148b2eff6c64c764e910e79677d5a67adc7.tar.xz discoin-815f4148b2eff6c64c764e910e79677d5a67adc7.zip | |
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Defers to pre-defined version if found (e.g. protobuf). For protobuf case, the definitions are identical and thus include order should not affect results.
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 c754eebf9..5969de087 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -52,6 +52,7 @@ BITCOIN_TESTS =\ test/bip32_tests.cpp \ test/blockencodings_tests.cpp \ test/bloom_tests.cpp \ + test/bswap_tests.cpp \ test/coins_tests.cpp \ test/compress_tests.cpp \ test/crypto_tests.cpp \ |