mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] verbose_print deprecated by gtest
This commit is contained in:
2
Makefile
2
Makefile
@@ -112,7 +112,7 @@ test: $(INSTALL_DIR)/koreader/.busted
|
||||
coverage: $(INSTALL_DIR)/koreader/.luacov
|
||||
-rm -rf $(INSTALL_DIR)/koreader/luacov.*.out
|
||||
cd $(INSTALL_DIR)/koreader && \
|
||||
./luajit $(shell which busted) -o verbose_print \
|
||||
./luajit $(shell which busted) --output=gtest \
|
||||
--sort-files \
|
||||
--no-auto-insulate \
|
||||
--coverage --exclude-tags=nocov
|
||||
|
||||
Reference in New Issue
Block a user