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 c75db8c..edd872f 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -17,6 +17,9 @@ endif ifeq ($(ARCH),x86_64) SKIP += 73_arm64.test endif +ifeq (,$(filter i386,$(ARCH))) + SKIP += 98_al_ax_extend.test +endif ifeq (,$(filter i386 x86_64,$(ARCH))) SKIP += 85_asm-outside-function.test endif |
