mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(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)
This commit is contained in:
parent
4980b53aaa
commit
3eb739d290
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue