From 5de80244886a901906d22114f7faf45355b8543d Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 1 Apr 2004 08:11:21 +0000 Subject: [PATCH] (check_PROGRAMS_cdep): Mention test-async-sig. (test_async_sig_LDADD): New macro. (Logical change 1.204) --- tests/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 6eb7bbcc..a7ec93cb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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