aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/Makefile
diff options
context:
space:
mode:
authorZhang Boyang <zhangboyang.id@gmail.com>2017-09-10 18:20:02 +0800
committerZhang Boyang <zhangboyang.id@gmail.com>2017-09-10 18:22:48 +0800
commit078d8c2c5a008f710ba5349fdc2a21a12a128f58 (patch)
treea1dc04e3f87bc134d830afc9ff385d074d16cfbd /tests/tests2/Makefile
parentf406f63a386a04d81626cb4752521de8bffee6b9 (diff)
downloadtinycc-078d8c2c5a008f710ba5349fdc2a21a12a128f58.tar.gz
tinycc-078d8c2c5a008f710ba5349fdc2a21a12a128f58.tar.bz2
Add test case for fastcall calling convention
Diffstat (limited to 'tests/tests2/Makefile')
-rw-r--r--tests/tests2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index edd872f..3ff60fd 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -18,7 +18,7 @@ ifeq ($(ARCH),x86_64)
SKIP += 73_arm64.test
endif
ifeq (,$(filter i386,$(ARCH)))
- SKIP += 98_al_ax_extend.test
+ SKIP += 98_al_ax_extend.test 99_fastcall.test
endif
ifeq (,$(filter i386 x86_64,$(ARCH)))
SKIP += 85_asm-outside-function.test