aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-03-20 16:01:06 +0300
committerseyko <seyko2@gmail.com>2015-03-20 16:01:06 +0300
commit63d068d3f208ca4c5762cf87066d8b43e8fc5823 (patch)
treef0efe0248fdaabe0a3753b9bdc422193f666c2b2 /tests
parent78c076a70f562fc88bcd6e467bfe61b856f91fbd (diff)
downloadtinycc-63d068d3f208ca4c5762cf87066d8b43e8fc5823.tar.gz
tinycc-63d068d3f208ca4c5762cf87066d8b43e8fc5823.tar.bz2
skip 73_arm64,test on ARCH=x86-64: it fails on this ARCH
Diffstat (limited to 'tests')
-rw-r--r--tests/tests2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index 88c3e08..0b170a0 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -111,6 +111,9 @@ ifdef CONFIG_WIN32
SKIP += 24_math_library.test # don't have round()
SKIP += 28_strings.test # don't have r/index() / strings.h
endif
+ifeq ($(ARCH),x86-64)
+ SKIP += 73_arm64.test
+endif
# Some tests might need arguments
ARGS =