From 5db393915c23fe9f3410479847ebc2d23571970e Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 8 Feb 2003 10:10:59 +0000 Subject: [PATCH] (TESTS_cdep): Add test-setjmp. (test_setjmp_LDADD): New macro. (Logical change 1.45) --- tests/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index c3e28c8c..4f8b1da1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,8 +10,8 @@ if ARCH_IA64 noinst_PROGRAMS_arch = ia64-test-sig TESTS_arch = ia64-test-stack endif - TESTS_cdep = test-dyn1 test-ptrace - noinst_PROGRAMS_cdep = bt exc test-init test-varargs test-dyn1 test-resume-sig + TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace + noinst_PROGRAMS_cdep = bt test-init test-varargs endif TESTS = $(TESTS_cdep) $(TESTS_arch) @@ -24,3 +24,5 @@ noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \ ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S LDADD = ../src/libunwind-$(arch).la + +test_setjmp_LDADD = ../src/libunwind-setjmp.la