mirror of
https://github.com/frida/tinycc
synced 2024-11-28 18:43:07 +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
|
# some tests do not pass on all platforms, remove them for now
|
||||||
ifeq ($(TARGETOS),Linux)
|
ifeq ($(TARGETOS),Linux)
|
||||||
TESTS := $(filter-out btest,$(TESTS))
|
|
||||||
TESTS := $(filter-out weaktest,$(TESTS))
|
TESTS := $(filter-out weaktest,$(TESTS))
|
||||||
endif
|
endif
|
||||||
ifeq ($(TARGETOS),Darwin)
|
ifeq ($(TARGETOS),Darwin)
|
||||||
|
Loading…
Reference in New Issue
Block a user