From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eD5PJ-0007EV-Ur for qemu-devel@nongnu.org; Fri, 10 Nov 2017 04:15:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eD5PG-0006HA-IW for qemu-devel@nongnu.org; Fri, 10 Nov 2017 04:15:25 -0500 From: Markus Armbruster References: <20171004152553.30263-1-mreitz@redhat.com> <20171004152553.30263-7-mreitz@redhat.com> Date: Fri, 10 Nov 2017 10:15:02 +0100 In-Reply-To: <20171004152553.30263-7-mreitz@redhat.com> (Max Reitz's message of "Wed, 4 Oct 2017 17:25:53 +0200") Message-ID: <874lq25wbt.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v6 6/6] tests: Add check-qobject for equality tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, Kevin Wolf , qemu-devel@nongnu.org Max Reitz writes: > Add a new test file (check-qobject.c) for unit tests that concern > QObjects as a whole. > > Its only purpose for now is to test the qobject_is_equal() function. > > Signed-off-by: Max Reitz Reviewed-by: Markus Armbruster