From dfa582a2dfa729bb6d1591841c1c82feb0da45a3 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Wed, 15 Sep 2004 11:37:04 +0000 Subject: [PATCH] (noinst_PROGRAMS_cdep): Move bt to... (check_PROGRAMS_cdep): ...here as Gtest-bt/Ltest-bt. (Logical change 1.270) --- tests/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 65c82641..339b8fec 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,13 +26,14 @@ if ARCH_IA64 ia64-test-setjmp ia64-test-sig endif check_SCRIPTS_cdep = run-ptrace-mapper - 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-init-remote \ + check_PROGRAMS_cdep = Gtest-bt Ltest-bt 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-init-remote \ test-mem test-setjmp test-ptrace - noinst_PROGRAMS_cdep = bt forker mapper test-varargs Gperf-simple Lperf-simple + noinst_PROGRAMS_cdep = forker mapper test-varargs Gperf-simple Lperf-simple perf: perf-startup Gperf-simple Lperf-simple @echo "########## Basic performance of generic libunwind:"