forked from lix-project/lix
Merge commit '28dc4883356a50f2805a3e3c819a541c44a4ff0a' into make
This commit is contained in:
commit
b6465ae5d3
|
@ -10,7 +10,7 @@ define run-install-test =
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
installcheck: install
|
installcheck:
|
||||||
@total=0; failed=0; for i in $(_installcheck-list); do \
|
@total=0; failed=0; for i in $(_installcheck-list); do \
|
||||||
total=$$((total + 1)); \
|
total=$$((total + 1)); \
|
||||||
echo "running test $$i"; \
|
echo "running test $$i"; \
|
||||||
|
|
Loading…
Reference in a new issue