tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.
This commit is contained in:
parent
a348513569
commit
0fbc77cac6
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ endif
|
|||
ifeq ($(ARCH),x86-64)
|
||||
SKIP += 73_arm64.test
|
||||
endif
|
||||
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||
SKIP += 85-asm-outside-function.test
|
||||
endif
|
||||
|
||||
# Some tests might need arguments
|
||||
ARGS =
|
||||
|
|
Loading…
Reference in a new issue