From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diG7o-0006HQ-Oy for qemu-devel@nongnu.org; Thu, 17 Aug 2017 04:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diG7j-0007Ro-RV for qemu-devel@nongnu.org; Thu, 17 Aug 2017 04:25:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36608) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1diG7j-0007Oe-Kw for qemu-devel@nongnu.org; Thu, 17 Aug 2017 04:25:51 -0400 Date: Thu, 17 Aug 2017 10:25:37 +0200 From: Cornelia Huck Message-ID: <20170817102537.4a0fb826.cohuck@redhat.com> In-Reply-To: <1502951113-4246-2-git-send-email-thuth@redhat.com> References: <1502951113-4246-1-git-send-email-thuth@redhat.com> <1502951113-4246-2-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] tests: Run filter-redirector and -mirror test only on POSIX systems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Christian Borntraeger , David Hildenbrand , Claudio Imbrenda , Dong Jia Shi , Eric Farman , Fan Zhang , Farhan Ali , Fei Li , Halil Pasic , Janosch Frank , Jason J Herne , Jing Liu , Pierre Morel , QingFeng Hao , Xiao Feng Ren , Yang Chen , Yi Min Zhao , Marc Mari , Cleber Rosa , Michael S Tsirkin On Thu, 17 Aug 2017 08:25:08 +0200 Thomas Huth wrote: > This way we can get rid of the ugly #ifdefs in the code which makes > it easier to extend later. > > Signed-off-by: Thomas Huth > --- > tests/Makefile.include | 8 ++++---- > tests/test-filter-mirror.c | 5 ----- > tests/test-filter-redirector.c | 10 ---------- > 3 files changed, 4 insertions(+), 19 deletions(-) Yes, that is much nicer. Reviewed-by: Cornelia Huck