diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 4 | ||||
| -rw-r--r-- | tests/tests2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile index dbd035f..558d06c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,13 +36,13 @@ endif ifeq ($(TARGETOS),Darwin) TESTS := $(filter-out hello-exe test3 $(BTESTS),$(TESTS)) endif -ifeq (,$(filter arm64 i386 x86-64,$(ARCH))) +ifeq (,$(filter arm64 i386 x86_64,$(ARCH))) TESTS := $(filter-out vla_test-run,$(TESTS)) endif ifeq ($(CONFIG_arm_eabi),yes) TESTS := $(filter-out test3,$(TESTS)) endif -ifeq (,$(filter i386 x86-64,$(ARCH))) +ifeq (,$(filter i386 x86_64,$(ARCH))) TESTS := $(filter-out dlltest,$(TESTS)) endif diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index ef82d2a..52f590f 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -22,10 +22,10 @@ endif ifeq ($(TARGETOS),Darwin) SKIP += 40_stdio.test endif -ifeq ($(ARCH),x86-64) +ifeq ($(ARCH),x86_64) SKIP += 73_arm64.test endif -ifeq (,$(filter i386 x86-64,$(ARCH))) +ifeq (,$(filter i386 x86_64,$(ARCH))) SKIP += 85_asm-outside-function.test endif |
