summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@debian.org>2020-07-12 18:32:39 +0300
committerDave Watson <dade.watson@gmail.com>2020-07-15 08:06:24 -0700
commitf1cee65e7594db55244723c418559b425297e7e1 (patch)
tree15d5dc04d6209224d87eaf75db919c572b2bc4d3 /tests
parent831459ee961e7d673bbd83e40d0823227c66db33 (diff)
downloadlibunwind-f1cee65e7594db55244723c418559b425297e7e1.tar.gz
Link Ltest-cxx-exceptions with libunwind
Bernhard Übelacker noticed that Ltest-cxx-exceptions was actually testing the gcc implementation due to not linking with libunwind. Fixes: #129
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 61d1bf87..ed7500ac 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -216,6 +216,7 @@ Gperf_trace_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
Ltest_bt_LDADD = $(LIBUNWIND_local)
Ltest_concurrent_LDADD = $(LIBUNWIND_local) -lpthread
+Ltest_cxx_exceptions_LDADD = $(LIBUNWIND_local)
Ltest_dyn1_LDADD = $(LIBUNWIND_local)
Ltest_exc_LDADD = $(LIBUNWIND_local)
Ltest_init_LDADD = $(LIBUNWIND_local)