Skip to content

Commit 05362ee

Browse files
committed
Merge bitcoin-core#597: Add $(COMMON_LIB) to exhaustive tests to fix ARM asm build
8348386 Add $(COMMON_LIB) to exhaustive tests to fix ARM asm build (Gregory Maxwell) Pull request description: Tree-SHA512: ef091b86189a2235710866689024f2b190ebcc5741667be0921e6b4a50d53ddf9a63f4c90b1509f25e46631d75338913143a2a1335a74c842f84b98739a9d306
2 parents aa15154 + 8348386 commit 05362ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exhaustive_tests_CPPFLAGS = -DSECP256K1_BUILD -I$(top_srcdir)/src $(SECP_INCLUDE
114114
if !ENABLE_COVERAGE
115115
exhaustive_tests_CPPFLAGS += -DVERIFY
116116
endif
117-
exhaustive_tests_LDADD = $(SECP_LIBS)
117+
exhaustive_tests_LDADD = $(SECP_LIBS) $(COMMON_LIB)
118118
exhaustive_tests_LDFLAGS = -static
119119
TESTS += exhaustive_tests
120120
endif

0 commit comments

Comments
 (0)