Lines Matching full:check
9 @echo "make check-minreqs:"
15 @echo "make check-tox:"
23 @echo "make check-dev:"
28 @echo "make check:"
33 @echo " Install deps needed for 'make check',"
41 @echo " Creates a simple venv for check-dev. ($(QEMU_VENV_DIR))"
52 .PHONY: pipenv check-pipenv
53 pipenv check-pipenv:
54 @echo "pipenv was dropped; try 'make check-minreqs' or 'make min-venv'"
57 PIP_INSTALL = pip install --disable-pip-version-check
75 .PHONY: check-minreqs
76 check-minreqs: min-venv
80 make check; \
96 .PHONY: check-dev
97 check-dev: dev-venv
101 make check; \
108 .PHONY: check
109 check: target
112 .PHONY: check-tox
113 check-tox:
116 .PHONY: check-coverage
117 check-coverage: