From: Andreas Färber Date: Sat, 26 Jan 2013 11:45:12 +0000 (+0100) Subject: tests: Fix gcov typo for tmp105-test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a6944957801f5b981e09d6bff4f1bd5529f7019;p=qemu.git tests: Fix gcov typo for tmp105-test Commit 6e9989034b176a8e4cfdccd85892abfa73977ba7 introduced a new qtest test case but misspelled gcov, leading to no coverage analysis. Fix it. Signed-off-by: Andreas Färber Signed-off-by: Blue Swirl --- diff --git a/tests/Makefile b/tests/Makefile index d2e326f050..a4cc554469 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -61,7 +61,7 @@ check-qtest-sparc-y = tests/m48t59-test$(EXESUF) check-qtest-sparc64-y = tests/m48t59-test$(EXESUF) gcov-files-sparc-y += hw/m48t59.c check-qtest-arm-y = tests/tmp105-test$(EXESUF) -qcov-files-arm-y += hw/tmp105.c +gcov-files-arm-y += hw/tmp105.c GENERATED_HEADERS += tests/test-qapi-types.h tests/test-qapi-visit.h tests/test-qmp-commands.h