From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ban9t-0002sR-8E for qemu-devel@nongnu.org; Fri, 19 Aug 2016 13:00:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ban9j-0000Be-3x for qemu-devel@nongnu.org; Fri, 19 Aug 2016 13:00:40 -0400 Received: from mail-yb0-x241.google.com ([2607:f8b0:4002:c09::241]:36000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ban9i-0000BY-Ub for qemu-devel@nongnu.org; Fri, 19 Aug 2016 13:00:31 -0400 Received: by mail-yb0-x241.google.com with SMTP id f60so272991ybi.3 for ; Fri, 19 Aug 2016 10:00:30 -0700 (PDT) From: Pranith Kumar Date: Fri, 19 Aug 2016 13:00:24 -0400 Message-Id: <20160819170025.22345-4-bobby.prani@gmail.com> In-Reply-To: <20160819170025.22345-1-bobby.prani@gmail.com> References: <20160819170025.22345-1-bobby.prani@gmail.com> Subject: [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: qemu-devel@nongnu.org Cc: alex.bennee@linaro.org, rth@twiddle.net, pbonzini@redhat.com, peter.maydell@linaro.org 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 -- 2.9.3