1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-10 19:23:41 +01:00

(check_PROGRAMS_cdep): Mention test-async-sig.

(test_async_sig_LDADD): New macro.

(Logical change 1.204)
This commit is contained in:
mostang.com!davidm 2004-04-01 08:11:21 +00:00
parent 24981bc5f9
commit 5de8024488

View file

@ -22,11 +22,12 @@ if ARCH_IA64
Gia64-test-rbs Lia64-test-rbs
endif
check_SCRIPTS_cdep =
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
Gtest-concurrent Ltest-concurrent \
Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 \
test-flush-cache test-mem test-setjmp test-ptrace
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
Gtest-concurrent Ltest-concurrent \
Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 \
test-async-sig test-flush-cache test-mem \
test-setjmp test-ptrace
noinst_PROGRAMS_cdep = bt forker test-varargs Gperf-simple Lperf-simple
perf: perf-startup Gperf-simple Lperf-simple
@ -73,3 +74,4 @@ test_setjmp_LDADD = ../src/libunwind-setjmp.la
test_ptrace_LDADD = ../src/libunwind-ptrace.a $(LIBUNWIND)
Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread
Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
test_async_sig_LDADD = $(LIBUNWIND) -lpthread