Commit baacf04799ace72a9c735dd9306a1ceaf305e7cf moved iov.c to util/ subdirectory but forgot to update tests/Makefile, resulting in:
Gcov report for iov.c: ./iov.gcno:cannot open graph file Fix this by supplying the new path. Cc: Paolo Bonzini <pbonz...@redhat.com> Signed-off-by: Andreas Färber <afaer...@suse.de> --- tests/Makefile | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/tests/Makefile b/tests/Makefile index db04607..d2e326f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -39,7 +39,7 @@ endif endif check-unit-y += tests/test-visitor-serialization$(EXESUF) check-unit-y += tests/test-iov$(EXESUF) -gcov-files-test-iov-y = iov.c +gcov-files-test-iov-y = util/iov.c check-unit-y += tests/test-aio$(EXESUF) gcov-files-test-aio-$(CONFIG_WIN32) = aio-win32.c gcov-files-test-aio-$(CONFIG_POSIX) = aio-posix.c -- 1.7.10.4