[fix] verbose_print deprecated by gtest

pull/3341/head
Frans de Jonge 7 years ago committed by GitHub
parent 53c0756def
commit 6e52e99b5b

@ -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

Loading…
Cancel
Save