From 508348e6931c64e2ca1522ba9675f935f3c73f3b Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Fri, 14 Feb 2003 06:25:36 +0000 Subject: [PATCH] (TESTS_arch): Mention ia64-test-rbs. (ia64_test_rbs_SOURCES): New macro. (Logical change 1.47) --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 4f8b1da1..9d481d9f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ if REMOTE_ONLY else if ARCH_IA64 noinst_PROGRAMS_arch = ia64-test-sig - TESTS_arch = ia64-test-stack + TESTS_arch = ia64-test-rbs ia64-test-stack endif TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace noinst_PROGRAMS_cdep = bt test-init test-varargs @@ -22,6 +22,7 @@ noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \ $(noinst_PROGRAMS_arch) ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S +ia64_test_rbs_SOURCES = ia64-test-rbs.c ia64-test-rbs-asm.S LDADD = ../src/libunwind-$(arch).la