aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-12-02 16:39:44 +0800
committerWladimir J. van der Laan <laanwj@protonmail.com>2020-12-03 12:16:19 +0100
commited1bbcefeaafef460b6e5609de85e13c12e0d2a4 (patch)
tree04888e383dfa95aac1c91c308bd61362fdaf5b8f /Makefile.am
parent5bab08df175db3a4283596515e498fc5a4d0dab9 (diff)
downloadbitcoin-ed1bbcefeaafef460b6e5609de85e13c12e0d2a4.tar.xz
contrib: add MACHO tests to symbol-check tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 798f8b3524..ce8bff0f9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -353,6 +353,7 @@ clean-local: clean-docs
test-security-check:
if TARGET_DARWIN
$(AM_V_at) $(PYTHON) $(top_srcdir)/contrib/devtools/test-security-check.py TestSecurityChecks.test_MACHO
+ $(AM_V_at) $(PYTHON) $(top_srcdir)/contrib/devtools/test-symbol-check.py TestSymbolChecks.test_MACHO
endif
if TARGET_WINDOWS
$(AM_V_at) $(PYTHON) $(top_srcdir)/contrib/devtools/test-security-check.py TestSecurityChecks.test_PE