mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-04 08:20:12 +08:00
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
@ -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…
Reference in New Issue
Block a user