mirror of
https://github.com/frida/tinycc
synced 2024-11-25 00:59:37 +03:00
Now btest pass!
Thanks to two previous commits now btest tests pass, at least on Linux. Signed-off-by: Kirill Smelkov <kirr@navytux.spb.ru>
This commit is contained in:
parent
cffb7af9f9
commit
5d648485bd
@ -22,7 +22,6 @@ TESTS = libtest \
|
||||
|
||||
# some tests do not pass on all platforms, remove them for now
|
||||
ifeq ($(TARGETOS),Linux)
|
||||
TESTS := $(filter-out btest,$(TESTS))
|
||||
TESTS := $(filter-out weaktest,$(TESTS))
|
||||
endif
|
||||
ifeq ($(TARGETOS),Darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user