From: Andreas Färber Date: Sat, 26 Jan 2013 11:45:13 +0000 (+0100) Subject: tests: Add gcov support for sparc64 qtest X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~1304 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cba040c2b19f584bb33ae83af8517ecc9796e328;p=qemu-upstream-4.6-testing.git tests: Add gcov support for sparc64 qtest m48t59-test is individually being executed for sparc and sparc64, so add the gcov source file for sparc64 as well. Signed-off-by: Andreas Färber Signed-off-by: Blue Swirl --- diff --git a/tests/Makefile b/tests/Makefile index a4cc55446..a6341f230 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -60,6 +60,7 @@ gcov-files-i386-y += i386-softmmu/hw/mc146818rtc.c check-qtest-sparc-y = tests/m48t59-test$(EXESUF) check-qtest-sparc64-y = tests/m48t59-test$(EXESUF) gcov-files-sparc-y += hw/m48t59.c +gcov-files-sparc64-y += hw/m48t59.c check-qtest-arm-y = tests/tmp105-test$(EXESUF) gcov-files-arm-y += hw/tmp105.c