mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 12:52:53 +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
|
else
|
||||||
if ARCH_IA64
|
if ARCH_IA64
|
||||||
noinst_PROGRAMS_arch = ia64-test-sig
|
noinst_PROGRAMS_arch = ia64-test-sig
|
||||||
TESTS_arch = ia64-test-rbs ia64-test-stack
|
TESTS_arch = ia64-test-stack ia64-test-rbs
|
||||||
endif
|
endif
|
||||||
TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace
|
TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace
|
||||||
noinst_PROGRAMS_cdep = bt test-init test-varargs
|
noinst_PROGRAMS_cdep = bt test-init test-varargs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TESTS = $(TESTS_cdep) $(TESTS_arch)
|
TESTS = $(TESTS_arch) $(TESTS_cdep)
|
||||||
|
|
||||||
check_PROGRAMS = $(TESTS)
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue