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:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user