]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: clean up calls to run-test
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Sep 2022 11:42:03 +0000 (12:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Oct 2022 10:53:40 +0000 (11:53 +0100)
commitc6cf8a20521c7114893042cb7c75866bd07838ae
treec41a24825625f1d6d4ebd10f8b51a2b7adc7d839
parent37b0dba45c4e44a02000a4170f25af0110f501d5
tests/tcg: clean up calls to run-test

Almost all invocations of run-test have either "$* on $(TARGET_NAME)"
or "$< on $(TARGET_NAME)" as the last argument.  So provide a default
test name, while allowing an escape hatch for custom names.

As an additional simplification, remove the need to do shell quoting.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-24-alex.bennee@linaro.org>
tests/tcg/Makefile.target
tests/tcg/aarch64/Makefile.softmmu-target
tests/tcg/aarch64/Makefile.target
tests/tcg/arm/Makefile.target
tests/tcg/cris/Makefile.target
tests/tcg/i386/Makefile.softmmu-target
tests/tcg/i386/Makefile.target
tests/tcg/multiarch/Makefile.target
tests/tcg/multiarch/system/Makefile.softmmu-target
tests/tcg/s390x/Makefile.target
tests/tcg/x86_64/Makefile.softmmu-target