summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-01-26 12:45:12 +0100
committerBlue Swirl <blauwirbel@gmail.com>2013-01-26 13:52:04 +0000
commit6a6944957801f5b981e09d6bff4f1bd5529f7019 (patch)
treef7a5455a0c7565313a4a1dc370dafda4c0ce327a /tests/Makefile
parent8cb6bfb54e91b1a31a6ae704def595c2099efde1 (diff)
downloadqemu-6a6944957801f5b981e09d6bff4f1bd5529f7019.tar.gz
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 <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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