diff options
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index d14e5f6..65bf2dc 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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 = |
