diff options
| author | seyko <seyko2@gmail.com> | 2015-03-20 16:01:06 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-03-20 16:01:06 +0300 |
| commit | 63d068d3f208ca4c5762cf87066d8b43e8fc5823 (patch) | |
| tree | f0efe0248fdaabe0a3753b9bdc422193f666c2b2 /tests/tests2 | |
| parent | 78c076a70f562fc88bcd6e467bfe61b856f91fbd (diff) | |
| download | tinycc-63d068d3f208ca4c5762cf87066d8b43e8fc5823.tar.gz tinycc-63d068d3f208ca4c5762cf87066d8b43e8fc5823.tar.bz2 | |
skip 73_arm64,test on ARCH=x86-64: it fails on this ARCH
Diffstat (limited to 'tests/tests2')
| -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 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 = |
