forked from lix-project/lix
installcheck: Don't depend on install
This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase.
This commit is contained in:
parent
1eff3ad37f
commit
28dc488335
2
tests.mk
2
tests.mk
|
@ -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