mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make: fix test rule (#11659)
Use the same code as in base (Cf. https://github.com/koreader/koreader-base/pull/1756).
This commit is contained in:
5
Makefile
5
Makefile
@@ -143,10 +143,7 @@ $(INSTALL_DIR)/koreader/.luacov:
|
||||
testfront: $(INSTALL_DIR)/koreader/.busted
|
||||
# sdr files may have unexpected impact on unit testing
|
||||
-rm -rf spec/unit/data/*.sdr
|
||||
cd $(INSTALL_DIR)/koreader && ./luajit $(shell which busted) \
|
||||
--sort-files \
|
||||
--output=gtest \
|
||||
--exclude-tags=notest $(BUSTED_OVERRIDES) $(BUSTED_SPEC_FILE)
|
||||
cd $(INSTALL_DIR)/koreader && $(BUSTED_LUAJIT) $(BUSTED_OVERRIDES) $(BUSTED_SPEC_FILE)
|
||||
|
||||
test: $(INSTALL_DIR)/koreader/.busted
|
||||
$(MAKE) -C $(KOR_BASE) test
|
||||
|
||||
Reference in New Issue
Block a user