From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzpPK-0005ez-89 for qemu-devel@nongnu.org; Thu, 27 Oct 2016 14:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzpPF-0007fw-VF for qemu-devel@nongnu.org; Thu, 27 Oct 2016 14:28:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzpPF-0007fP-Na for qemu-devel@nongnu.org; Thu, 27 Oct 2016 14:28:01 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EA80C3D1C1 for ; Thu, 27 Oct 2016 18:28:00 +0000 (UTC) References: <20161022095318.17775-1-marcandre.lureau@redhat.com> <20161022095318.17775-21-marcandre.lureau@redhat.com> From: Eric Blake Message-ID: <2fe94234-2a77-ed1e-4751-8598fda60930@redhat.com> Date: Thu, 27 Oct 2016 13:27:59 -0500 MIME-Version: 1.0 In-Reply-To: <20161022095318.17775-21-marcandre.lureau@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HT580fn9kjbPpOUWSAkIkHjitQQoNuw49" Subject: Re: [Qemu-devel] [PATCH 20/38] tests: start chardev unit tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --HT580fn9kjbPpOUWSAkIkHjitQQoNuw49 From: Eric Blake To: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org Cc: pbonzini@redhat.com Message-ID: <2fe94234-2a77-ed1e-4751-8598fda60930@redhat.com> Subject: Re: [Qemu-devel] [PATCH 20/38] tests: start chardev unit tests References: <20161022095318.17775-1-marcandre.lureau@redhat.com> <20161022095318.17775-21-marcandre.lureau@redhat.com> In-Reply-To: <20161022095318.17775-21-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/22/2016 04:53 AM, Marc-Andr=C3=A9 Lureau wrote: > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > tests/test-char.c | 253 +++++++++++++++++++++++++++++++++++++++++= ++++++++ > tests/Makefile.include | 4 + > 2 files changed, 257 insertions(+) > create mode 100644 tests/test-char.c This failed to add test-char to tests/.gitignore. I guess that's because Marc-Andre is still waiting for a review on his v2 patch to generate the file? https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg05965.html Depending on whether that gets reviewed and goes in soon, maybe we want to do the trivial followup to manually ignore the newly built executable in the meantime. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --HT580fn9kjbPpOUWSAkIkHjitQQoNuw49 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJYEkcvAAoJEKeha0olJ0Nq2C0IAIMNKvB3rl3t8kV5eAoid4/v 4jHYqBJuiFYs/9gEb6W2PZyM6+FDFPcPor8fcFXEfplhbym2Rgb2R2pY/R/Z3naT spVBxmyMUNQnfgGltIbeWamT7PSqfsV2oHdabaU/ELW0WQD/IFtzekgpYvSCrfp4 fYAiQzxJPVlshiSM1x+Dkl4E6xcxEGd5aNkNpb5dMOyum6WcnvrZa6y0xKXdid0H bfeIKVvtGZgKgoo7QYlX1F+PceX0jxzi7Iuciy3eQktbLfBhvEBLPVr1RaU2Ejob 1yr6lnPPw2Y4VQAXio6YEAmbWtB9bUi1zHmSpFZsfF69lCVuDxjz3PEe7GjAn5g= =3+8r -----END PGP SIGNATURE----- --HT580fn9kjbPpOUWSAkIkHjitQQoNuw49--