mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
(TEST_arch): Put ia64-test-stack first.
(TESTS): Put $(TESTS_arch) first. (Logical change 1.49)
This commit is contained in:
parent
eb44c3a6d5
commit
44a825a3d5
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ if REMOTE_ONLY
|
|||
else
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = ia64-test-sig
|
||||
TESTS_arch = ia64-test-rbs ia64-test-stack
|
||||
TESTS_arch = ia64-test-stack ia64-test-rbs
|
||||
endif
|
||||
TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace
|
||||
noinst_PROGRAMS_cdep = bt test-init test-varargs
|
||||
endif
|
||||
|
||||
TESTS = $(TESTS_cdep) $(TESTS_arch)
|
||||
TESTS = $(TESTS_arch) $(TESTS_cdep)
|
||||
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue