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>
Showing
- tests/tcg/Makefile.target 10 additions, 11 deletionstests/tcg/Makefile.target
- tests/tcg/aarch64/Makefile.softmmu-target 2 additions, 4 deletionstests/tcg/aarch64/Makefile.softmmu-target
- tests/tcg/aarch64/Makefile.target 3 additions, 3 deletionstests/tcg/aarch64/Makefile.target
- tests/tcg/arm/Makefile.target 4 additions, 5 deletionstests/tcg/arm/Makefile.target
- tests/tcg/cris/Makefile.target 1 addition, 1 deletiontests/tcg/cris/Makefile.target
- tests/tcg/i386/Makefile.softmmu-target 1 addition, 2 deletionstests/tcg/i386/Makefile.softmmu-target
- tests/tcg/i386/Makefile.target 2 additions, 3 deletionstests/tcg/i386/Makefile.target
- tests/tcg/multiarch/Makefile.target 8 additions, 10 deletionstests/tcg/multiarch/Makefile.target
- tests/tcg/multiarch/system/Makefile.softmmu-target 1 addition, 1 deletiontests/tcg/multiarch/system/Makefile.softmmu-target
- tests/tcg/s390x/Makefile.target 1 addition, 1 deletiontests/tcg/s390x/Makefile.target
- tests/tcg/x86_64/Makefile.softmmu-target 1 addition, 2 deletionstests/tcg/x86_64/Makefile.softmmu-target
Please register or sign in to comment