make: fix test rule (#11659)

Use the same code as in base (Cf. https://github.com/koreader/koreader-base/pull/1756).
reviewable/pr11661/r1
Benoit Pierre 4 weeks ago committed by GitHub
parent d178273671
commit c503e9e848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save