mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.
This commit is contained in:
parent
a348513569
commit
0fbc77cac6
@ -38,6 +38,9 @@ endif
|
|||||||
ifeq ($(ARCH),x86-64)
|
ifeq ($(ARCH),x86-64)
|
||||||
SKIP += 73_arm64.test
|
SKIP += 73_arm64.test
|
||||||
endif
|
endif
|
||||||
|
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||||
|
SKIP += 85-asm-outside-function.test
|
||||||
|
endif
|
||||||
|
|
||||||
# Some tests might need arguments
|
# Some tests might need arguments
|
||||||
ARGS =
|
ARGS =
|
||||||
|
Loading…
Reference in New Issue
Block a user