Uses built-in byte swap if available (Apple) and if bswap_XX is undefined

This commit is contained in:
Karl-Johan Alm
2016-12-16 16:52:35 +09:00
committed by lateminer
parent c0c8c006aa
commit a92f016b70
6 changed files with 76 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ BITCOIN_TESTS =\
test/bip32_tests.cpp \
test/blockencodings_tests.cpp \
test/bloom_tests.cpp \
test/bswap_tests.cpp \
test/checkblock_tests.cpp \
test/cashaddr_tests.cpp \
test/cashaddrenc_tests.cpp \