From 982e93495123635a463b1828e197cd0f027770cb Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Tue, 4 Apr 2017 11:26:45 -0700 Subject: travis: run unittests for x86_64 some tests are failing with clang currently. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 53ca6989..f91f1da4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -177,7 +177,7 @@ test_static_link_LDADD = $(LIBUNWIND) test_strerror_LDADD = $(LIBUNWIND) Lrs_race_LDADD = $(LIBUNWIND_local) -lpthread Ltest_varargs_LDADD = $(LIBUNWIND_local) -Ltest_init_local_signal_LDADD = $(LIBUNWIND) +Ltest_init_local_signal_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) Gtest_bt_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) Gtest_concurrent_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) -lpthread -- cgit v1.2.1