mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-03 04:30:08 +08:00
skip 73_arm64,test on ARCH=x86-64: it fails on this ARCH
This commit is contained in:
parent
78c076a70f
commit
63d068d3f2
@ -111,6 +111,9 @@ ifdef CONFIG_WIN32
|
|||||||
SKIP += 24_math_library.test # don't have round()
|
SKIP += 24_math_library.test # don't have round()
|
||||||
SKIP += 28_strings.test # don't have r/index() / strings.h
|
SKIP += 28_strings.test # don't have r/index() / strings.h
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),x86-64)
|
||||||
|
SKIP += 73_arm64.test
|
||||||
|
endif
|
||||||
|
|
||||||
# Some tests might need arguments
|
# Some tests might need arguments
|
||||||
ARGS =
|
ARGS =
|
||||||
|
Loading…
Reference in New Issue
Block a user