From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bblcn-0004U9-RN for qemu-devel@nongnu.org; Mon, 22 Aug 2016 05:34:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bblch-0007Ow-D5 for qemu-devel@nongnu.org; Mon, 22 Aug 2016 05:34:32 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:35136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bblch-0007Or-5v for qemu-devel@nongnu.org; Mon, 22 Aug 2016 05:34:27 -0400 Received: by mail-wm0-x235.google.com with SMTP id f65so112064171wmi.0 for ; Mon, 22 Aug 2016 02:34:27 -0700 (PDT) References: <20160819170025.22345-1-bobby.prani@gmail.com> <20160819170025.22345-4-bobby.prani@gmail.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20160819170025.22345-4-bobby.prani@gmail.com> Date: Mon, 22 Aug 2016 10:34:30 +0100 Message-ID: <87d1l1w3ix.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 3/4] tcg/tests: Move mips test to arch specific folder List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar Cc: qemu-devel@nongnu.org, rth@twiddle.net, pbonzini@redhat.com, peter.maydell@linaro.org Pranith Kumar writes: You have transposed the tcg/tests in your subject for this particular commit. > Signed-off-by: Pranith Kumar > --- > tests/tcg/{ => mips}/hello-mips.c | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename tests/tcg/{ => mips}/hello-mips.c (100%) > > diff --git a/tests/tcg/hello-mips.c b/tests/tcg/mips/hello-mips.c > similarity index 100% > rename from tests/tcg/hello-mips.c > rename to tests/tcg/mips/hello-mips.c -- Alex Bennée