]> git.proxmox.com Git - mirror_qemu.git/commit
tests/Makefile: add AVOCADO_TESTS option to make check-acceptance
authorWillian Rampazzo <willianr@redhat.com>
Thu, 23 Sep 2021 16:11:41 +0000 (13:11 -0300)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 27 Sep 2021 17:06:47 +0000 (19:06 +0200)
commit94c714620bede2e03b5a03421c8e8f654817d65d
tree8088f2dc5260eca5bd9f52646a8c2811aebfa8eb
parent6676f18fa5e09c437e8aa160befa096415e09aae
tests/Makefile: add AVOCADO_TESTS option to make check-acceptance

Add the possibility of running all the tests from a single file, or
multiple files, running a single test within a file or multiple tests
within multiple files using `make check-acceptance` and the
AVOCADO_TESTS environment variable.

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210923161141.232208-4-willianr@redhat.com>
docs/devel/testing.rst
tests/Makefile.include