Lines Matching full:make
6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode…
7 @echo " $(MAKE) bench Run speed tests"
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"
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"
31 @echo "Default options are -k and (for $(MAKE) V=1) --verbose; they can be"
51 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS), \
57 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) SPEED=$(SPEED) run, \
63 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) clean, \
69 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) distclean, \
108 @$(MAKE) SPEED=thorough $(subst -functional,-func,$@)
113 @QEMU_TEST_NO_DOWNLOAD=1 $(MAKE) SPEED=thorough check-func check-func-quick