From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beVN1-0005v4-AK for qemu-devel@nongnu.org; Mon, 29 Aug 2016 18:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beVMr-0004To-8P for qemu-devel@nongnu.org; Mon, 29 Aug 2016 18:49:34 -0400 Received: from mail-yb0-x241.google.com ([2607:f8b0:4002:c09::241]:33019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beVMr-0004Tk-4p for qemu-devel@nongnu.org; Mon, 29 Aug 2016 18:49:25 -0400 Received: by mail-yb0-x241.google.com with SMTP id x93so47152ybh.0 for ; Mon, 29 Aug 2016 15:49:25 -0700 (PDT) From: Pranith Kumar Date: Mon, 29 Aug 2016 18:49:17 -0400 Message-Id: <20160829224920.16686-3-bobby.prani@gmail.com> In-Reply-To: <20160829224920.16686-1-bobby.prani@gmail.com> References: <20160829224920.16686-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH v2 2/4] tests/tcg: 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 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