test 114: skip bcheck for osx (tcc -run not support fork with -b)

This commit is contained in:
wanjochan 2020-09-17 00:43:19 +08:00
parent d55e586bc6
commit 55eafa66b7

View File

@ -93,8 +93,10 @@ GEN-ALWAYS =
$(TCC) -bt $1 a1$(DLLSUF) a2$(DLLSUF) -Wl,-rpath=. -o a.exe && \
./a.exe
ifndef CONFIG_OSX
114_bound_signal.test: FLAGS += -b
114_bound_signal.test: NORUN = true # tcc -run does not support fork and -b and SELINUX
endif
115_bound_setjmp.test: FLAGS += -b
116_bound_setjmp2.test: FLAGS += -b
117_builtins.test: T1 = ( $(TCC) -run $1 && $(TCC) -b -run $1 )