mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-09 02:43:42 +01:00
Rename test-varargs' to
Ltest-varargs'
This testcase only uses the local-only `unw_backtrace()' from libunwind, and a "generic" build of this test case would not be interesting.
This commit is contained in:
parent
939a5e195e
commit
be230add88
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#define UNW_LOCAL_ONLY
|
||||
#include <libunwind.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
|
@ -45,7 +45,7 @@ endif #!ARCH_IA64
|
|||
Gtest-dyn1 Ltest-dyn1 \
|
||||
Gtest-trace Ltest-trace \
|
||||
test-async-sig test-flush-cache test-init-remote \
|
||||
test-mem test-setjmp test-ptrace test-varargs \
|
||||
test-mem test-setjmp test-ptrace Ltest-varargs \
|
||||
Ltest-nomalloc Ltest-nocalloc rs-race
|
||||
noinst_PROGRAMS_cdep = forker crasher mapper test-ptrace-misc \
|
||||
Gperf-simple Lperf-simple
|
||||
|
@ -148,7 +148,7 @@ test_proc_info_LDADD = $(LIBUNWIND)
|
|||
test_static_link_LDADD = $(LIBUNWIND)
|
||||
test_strerror_LDADD = $(LIBUNWIND)
|
||||
rs_race_LDADD = $(LIBUNWIND) -lpthread
|
||||
test_varargs_LDADD = $(LIBUNWIND_local)
|
||||
Ltest_varargs_LDADD = $(LIBUNWIND_local)
|
||||
|
||||
Gtest_bt_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||||
Gtest_concurrent_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) -lpthread
|
||||
|
|
Loading…
Reference in a new issue