mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-12 19:48:12 +01:00
(noinst_PROGRAMS_cdep): Move bt to...
(check_PROGRAMS_cdep): ...here as Gtest-bt/Ltest-bt. (Logical change 1.270)
This commit is contained in:
parent
63b092da19
commit
dfa582a2df
1 changed files with 7 additions and 6 deletions
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue