[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/42] tests/Makefile.include: Increase the level of indentation i
From: |
Thomas Huth |
Subject: |
[PULL 10/42] tests/Makefile.include: Increase the level of indentation in the help text |
Date: |
Wed, 4 Sep 2024 12:38:45 +0200 |
The next patch is going to add some entries that need more space between
the command and the help text, so let's increase the indentation here
first.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20240830133841.142644-11-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/Makefile.include | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 537804d101..fbb1a4b211 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -3,28 +3,28 @@
.PHONY: check-help
check-help:
@echo "Regression testing targets:"
- @echo " $(MAKE) check Run block, qapi-schema, unit,
softfloat, qtest and decodetree tests"
- @echo " $(MAKE) bench Run speed tests"
+ @echo " $(MAKE) check Run block, qapi-schema, unit,
softfloat, qtest and decodetree tests"
+ @echo " $(MAKE) bench Run speed tests"
@echo
@echo "Individual test suites:"
- @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given target"
- @echo " $(MAKE) check-qtest Run qtest tests"
- @echo " $(MAKE) check-unit Run qobject tests"
- @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
- @echo " $(MAKE) check-block Run block tests"
+ @echo " $(MAKE) check-qtest-TARGET Run qtest tests for given
target"
+ @echo " $(MAKE) check-qtest Run qtest tests"
+ @echo " $(MAKE) check-unit Run qobject tests"
+ @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
+ @echo " $(MAKE) check-block Run block tests"
ifneq ($(filter $(all-check-targets), check-softfloat),)
- @echo " $(MAKE) check-tcg Run TCG tests"
- @echo " $(MAKE) check-softfloat Run FPU emulation tests"
+ @echo " $(MAKE) check-tcg Run TCG tests"
+ @echo " $(MAKE) check-softfloat Run FPU emulation tests"
endif
- @echo " $(MAKE) check-avocado Run avocado (integration) tests
for currently configured targets"
+ @echo " $(MAKE) check-avocado Run avocado (integration)
tests for currently configured targets"
@echo
- @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML test
report"
- @echo " $(MAKE) check-venv Creates a Python venv for tests"
- @echo " $(MAKE) check-clean Clean the tests and related data"
+ @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML
test report"
+ @echo " $(MAKE) check-venv Creates a Python venv for
tests"
+ @echo " $(MAKE) check-clean Clean the tests and related
data"
@echo
@echo "The following are useful for CI builds"
- @echo " $(MAKE) check-build Build most test binaries"
- @echo " $(MAKE) get-vm-images Downloads all images used by
avocado tests, according to configured targets (~350 MB each, 1.5 GB max)"
+ @echo " $(MAKE) check-build Build most test binaries"
+ @echo " $(MAKE) get-vm-images Downloads all images used by
avocado tests, according to configured targets (~350 MB each, 1.5 GB max)"
@echo
@echo
@echo "The variable SPEED can be set to control the gtester speed
setting."
--
2.46.0
- [PULL 00/42] Introduce new functional test framework, Thomas Huth, 2024/09/04
- [PULL 01/42] tests/avocado: machine aarch64: standardize location and RO access, Thomas Huth, 2024/09/04
- [PULL 02/42] tests/avocado/boot_xen.py: fetch kernel during test setUp(), Thomas Huth, 2024/09/04
- [PULL 03/42] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image, Thomas Huth, 2024/09/04
- [PULL 04/42] Bump avocado to 103.0, Thomas Huth, 2024/09/04
- [PULL 05/42] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py, Thomas Huth, 2024/09/04
- [PULL 06/42] tests/avocado/boot_linux_console: Remove the s390x subtest, Thomas Huth, 2024/09/04
- [PULL 07/42] python: Install pycotap in our venv if necessary, Thomas Huth, 2024/09/04
- [PULL 08/42] tests/functional: Add base classes for the upcoming pytest-based tests, Thomas Huth, 2024/09/04
- [PULL 09/42] tests/functional: Set up logging, Thomas Huth, 2024/09/04
- [PULL 10/42] tests/Makefile.include: Increase the level of indentation in the help text,
Thomas Huth <=
- [PULL 11/42] tests/functional: Prepare the meson build system for the functional tests, Thomas Huth, 2024/09/04
- [PULL 12/42] tests/functional: Convert simple avocado tests into standalone python tests, Thomas Huth, 2024/09/04
- [PULL 13/42] tests/functional: Convert avocado tests that just need a small adjustment, Thomas Huth, 2024/09/04
- [PULL 14/42] tests/functional: add a module for handling asset download & caching, Thomas Huth, 2024/09/04
- [PULL 19/42] tests/functional: Convert some avocado tests that needed avocado.utils.archive, Thomas Huth, 2024/09/04
- [PULL 17/42] tests/functional: Convert some tests that download files via fetch_asset(), Thomas Huth, 2024/09/04
- [PULL 18/42] tests/functional: Add a function for extracting files from an archive, Thomas Huth, 2024/09/04
- [PULL 15/42] tests/functional: enable pre-emptive caching of assets, Thomas Huth, 2024/09/04
- [PULL 21/42] tests/functional: Convert the x86_cpu_model_versions test, Thomas Huth, 2024/09/04
- [PULL 24/42] tests/functional: Convert most ppc avocado tests into standalone tests, Thomas Huth, 2024/09/04