aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-05-04 21:23:25 +0100
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2016-05-04 21:23:25 +0100
commit0fbc77cac6d1dff456f7b6b973944038dc1a59c2 (patch)
tree7bb2084a4fa737cb659995bbb9a180f7c40e7265
parenta3485135691940c5e28b45f1c1bfd1ce7d5a815e (diff)
downloadtinycc-0fbc77cac6d1dff456f7b6b973944038dc1a59c2.tar.gz
tinycc-0fbc77cac6d1dff456f7b6b973944038dc1a59c2.tar.bz2
tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.
-rw-r--r--tests/tests2/Makefile3
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 =