diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-05-04 21:23:25 +0100 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-05-04 21:23:25 +0100 |
| commit | 0fbc77cac6d1dff456f7b6b973944038dc1a59c2 (patch) | |
| tree | 7bb2084a4fa737cb659995bbb9a180f7c40e7265 /tests/tests2/Makefile | |
| parent | a3485135691940c5e28b45f1c1bfd1ce7d5a815e (diff) | |
| download | tinycc-0fbc77cac6d1dff456f7b6b973944038dc1a59c2.tar.gz tinycc-0fbc77cac6d1dff456f7b6b973944038dc1a59c2.tar.bz2 | |
tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.
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 = |
