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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue