macos: Enable all working tests
all except the below work now on MacOS, also as executable test, not just with -run: * dlltest - we don't support dylib generation (yet) * memtest - tccmacho.c contains some leaks * asm-c-connect-test - some confusion with underscores still
This commit is contained in:
parent
f486b19f56
commit
3cf7bec12f
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ ifeq ($(ARCH),riscv64)
|
|||
TESTS += $(BTESTS)
|
||||
endif
|
||||
endif
|
||||
ifdef CONFIG_OSX # -run only
|
||||
TESTS := hello-run libtest tests2-dir pp-dir
|
||||
ifdef CONFIG_OSX # some don't work yet
|
||||
TESTS := $(filter-out memtest dlltest asm-c-connect-test, $(TESTS))
|
||||
endif
|
||||
ifeq (,$(filter arm64 i386 x86_64,$(ARCH)))
|
||||
TESTS := $(filter-out vla_test-run,$(TESTS))
|
||||
|
|
Loading…
Add table
Reference in a new issue