sanity: add libc/stdlib sanity checks
These are meant to test our back-compat stubs, but they are enabled for all builds for the sake of consistency.
This commit is contained in:
@@ -85,7 +85,8 @@ BITCOIN_CORE_H = \
|
||||
util.h \
|
||||
version.h \
|
||||
walletdb.h \
|
||||
wallet.h
|
||||
wallet.h \
|
||||
compat/sanity.h
|
||||
|
||||
JSON_H = \
|
||||
json/json_spirit.h \
|
||||
@@ -154,6 +155,8 @@ libbitcoin_common_a_SOURCES = \
|
||||
sync.cpp \
|
||||
util.cpp \
|
||||
version.cpp \
|
||||
compat/glibc_sanity.cpp \
|
||||
compat/glibcxx_sanity.cpp \
|
||||
$(BITCOIN_CORE_H)
|
||||
|
||||
if GLIBC_BACK_COMPAT
|
||||
|
||||
Reference in New Issue
Block a user