From b4f1459444005eaed7bc14b550fb67cdc2a04c30 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 15 Oct 2004 13:48:38 +0000 Subject: [PATCH] (EXTRA_DIST): Mention run-ptrace-misc. (check_SCRIPTS_cdep): Mention run-ptrace-misc. (noinst_PROGRAMS_cdep): Mention test-ptrace-misc. (Gtest_bt_SOURCES): New macro. (Ltest_bt_SOURCES): Likewise. (test_ptrace_misc_SOURCES)L: Likewise. (Logical change 1.276) --- tests/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 339b8fec..6bbaa916 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper \ +EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper run-ptrace-misc \ run-check-namespace check-namespace.sh.in noinst_PROGRAMS_common = @@ -25,7 +25,7 @@ if ARCH_IA64 Gia64-test-readonly Lia64-test-readonly \ ia64-test-setjmp ia64-test-sig endif - check_SCRIPTS_cdep = run-ptrace-mapper + check_SCRIPTS_cdep = run-ptrace-mapper run-ptrace-misc check_PROGRAMS_cdep = Gtest-bt Ltest-bt Gtest-exc Ltest-exc \ Gtest-init Ltest-init \ Gtest-concurrent Ltest-concurrent \ @@ -33,7 +33,8 @@ endif Gtest-dyn1 Ltest-dyn1 \ test-async-sig test-flush-cache test-init-remote \ test-mem test-setjmp test-ptrace - noinst_PROGRAMS_cdep = forker mapper test-varargs Gperf-simple Lperf-simple + noinst_PROGRAMS_cdep = forker mapper test-ptrace-misc test-varargs \ + Gperf-simple Lperf-simple perf: perf-startup Gperf-simple Lperf-simple @echo "########## Basic performance of generic libunwind:" @@ -74,6 +75,9 @@ Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S test_static_link_SOURCES = test-static-link-loc.c test-static-link-gen.c test_static_link_LDFLAGS = -static forker_LDFLAGS = -static +Gtest_bt_SOURCES = Gtest-bt.c ident.c +Ltest_bt_SOURCES = Ltest-bt.c ident.c +test_ptrace_misc_SOURCES = test-ptrace-misc.c ident.c LIBUNWIND = ../src/libunwind-$(arch).la LDADD = $(LIBUNWIND)