Skip to content

Commit

Permalink
Add $(COMMON_LIB) to exhaustive tests to fix ARM asm build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxwell committed Mar 9, 2019
1 parent aa15154 commit 8348386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exhaustive_tests_CPPFLAGS = -DSECP256K1_BUILD -I$(top_srcdir)/src $(SECP_INCLUDE
if !ENABLE_COVERAGE
exhaustive_tests_CPPFLAGS += -DVERIFY
endif
exhaustive_tests_LDADD = $(SECP_LIBS)
exhaustive_tests_LDADD = $(SECP_LIBS) $(COMMON_LIB)
exhaustive_tests_LDFLAGS = -static
TESTS += exhaustive_tests
endif
Expand Down

0 comments on commit 8348386

Please sign in to comment.