mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(TESTS_cdep): Add test-setjmp.
(test_setjmp_LDADD): New macro. (Logical change 1.45)
This commit is contained in:
parent
ad7f1470e3
commit
5db393915c
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,8 @@ if ARCH_IA64
|
||||||
noinst_PROGRAMS_arch = ia64-test-sig
|
noinst_PROGRAMS_arch = ia64-test-sig
|
||||||
TESTS_arch = ia64-test-stack
|
TESTS_arch = ia64-test-stack
|
||||||
endif
|
endif
|
||||||
TESTS_cdep = test-dyn1 test-ptrace
|
TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace
|
||||||
noinst_PROGRAMS_cdep = bt exc test-init test-varargs test-dyn1 test-resume-sig
|
noinst_PROGRAMS_cdep = bt test-init test-varargs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TESTS = $(TESTS_cdep) $(TESTS_arch)
|
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
|
ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S
|
||||||
|
|
||||||
LDADD = ../src/libunwind-$(arch).la
|
LDADD = ../src/libunwind-$(arch).la
|
||||||
|
|
||||||
|
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||||
|
|
Loading…
Reference in a new issue