Lines Matching full:check

3 .PHONY: check-help
4 check-help:
6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode…
10 @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target"
11 @echo " $(MAKE) check-qtest Run qtest tests"
12 @echo " $(MAKE) check-functional Run python-based functional tests"
13 @echo " $(MAKE) check-functional-TARGET Run functional tests for a given target"
14 @echo " $(MAKE) check-unit Run qobject tests"
15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
16 @echo " $(MAKE) check-block Run block tests"
17 ifneq ($(filter $(all-check-targets), check-softfloat),)
18 @echo " $(MAKE) check-tcg Run TCG tests"
19 @echo " $(MAKE) check-softfloat Run FPU emulation tests"
22 @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML test report"
23 @echo " $(MAKE) check-venv Creates a Python venv for tests"
24 @echo " $(MAKE) check-clean Clean the tests and related data"
27 @echo " $(MAKE) check-build Build most test binaries"
75 .PHONY: check-tcg
76 .ninja-goals.check-tcg = all test-plugins
77 check-tcg: $(RUN_TCG_TARGET_RULES)
87 .PHONY: check-venv
95 $(PYTHON) -m pip -q --disable-pip-version-check $1, \
103 check-venv: $(TESTS_VENV_TOKEN)
105 FUNCTIONAL_TARGETS=$(patsubst %-softmmu,check-functional-%, $(filter %-softmmu,$(TARGETS)))
110 .PHONY: check-functional
111 check-functional:
113 @QEMU_TEST_NO_DOWNLOAD=1 $(MAKE) SPEED=thorough check-func check-func-quick
117 .PHONY: check check-clean
118 check:
120 check-build: run-ninja
122 check-clean:
125 clean: check-clean clean-tcg