From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uta8B-0004Mv-GT for qemu-devel@nongnu.org; Mon, 01 Jul 2013 05:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uta85-00084T-2T for qemu-devel@nongnu.org; Mon, 01 Jul 2013 05:10:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uta84-00084F-Pi for qemu-devel@nongnu.org; Mon, 01 Jul 2013 05:10:36 -0400 Message-ID: <51D14819.50601@redhat.com> Date: Mon, 01 Jul 2013 11:12:57 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] How does 'make test' work? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Bligh Cc: qemu-devel@nongnu.org On 06/29/13 19:51, Alex Bligh wrote: > How is one meant to make the tests? make test fails with: > > make[1]: Entering directory `/home/amb/qemu/git/qemu/tests/tcg' > cc -m32 -I/home/amb/qemu/git/qemu/tcg -I/home/amb/qemu/git/qemu/tcg/i386 > -I/home/amb/qemu/git/qemu/linux-headers > -I/home/amb/qemu/git/qemu/linux-headers -I. -I/home/amb/qemu/git/qemu > -I/home/amb/qemu/git/qemu/include -I. -I. -I../.. -pthread > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -O2 -g -c -o test_path.o test_path.c > test_path.c:4:17: fatal error: iov.c: No such file or directory > > If I fudge the include path it still doesn't work (see below). > > I get the feeling I must have missed something. See msg of commit f62cb1b6ddc2c82694abac23ab5eeddd85800074 I guess (found with "git log -- tests/tcg/test_path.c"). Laszlo