1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-10 19:23:41 +01:00

(check_PROGRAMS_cdep): Move Gtest-init, Ltest-init, and

test-flush-cache to here from check_PROGRAMS_common.
	They cannot be compiled/used for REMOTE_ONLY configurations.

(Logical change 1.104)
This commit is contained in:
hp.com!davidm 2003-09-25 05:29:14 +00:00
parent 2f3b37da51
commit a237717fd7

View file

@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
EXTRA_DIST = run-ia64-test-dyn1
noinst_PROGRAMS_common =
check_PROGRAMS_common = Gtest-init Ltest-init test-proc-info test-flush-cache
check_PROGRAMS_common = test-proc-info
check_SCRIPTS_common =
if REMOTE_ONLY
@ -18,8 +18,10 @@ if ARCH_IA64
Gia64-test-rbs Lia64-test-rbs
endif
check_SCRIPTS_cdep =
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 test-setjmp test-ptrace
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 \
test-flush-cache test-setjmp test-ptrace
noinst_PROGRAMS_cdep = bt test-varargs Gperf-simple Lperf-simple
endif