From 3eb739d290c286684ede473608c3c6b2015557f6 Mon Sep 17 00:00:00 2001 From: "homeip.net!davidm" Date: Thu, 19 Aug 2004 14:03:54 +0000 Subject: [PATCH] (check_PROGRAMS_cdep): Move test-init-remote from check_PROGRAMS_common to here so it doesn't get built in the REMOTE_ONLY-case. (Logical change 1.252) --- tests/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d1f81fa0..dcfaea25 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper \ run-check-namespace check-namespace.sh.in noinst_PROGRAMS_common = -check_PROGRAMS_common = test-init-remote test-proc-info test-static-link \ +check_PROGRAMS_common = test-proc-info test-static-link \ test-strerror check_SCRIPTS_common = run-check-namespace @@ -25,12 +25,12 @@ if ARCH_IA64 Gia64-test-readonly Lia64-test-readonly 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-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-init-remote \ + test-mem test-setjmp test-ptrace noinst_PROGRAMS_cdep = bt forker mapper test-varargs Gperf-simple Lperf-simple perf: perf-startup Gperf-simple Lperf-simple