From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blGDk-00045G-3w for qemu-devel@nongnu.org; Sat, 17 Sep 2016 10:03:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blGDj-0002eD-BE for qemu-devel@nongnu.org; Sat, 17 Sep 2016 10:03:56 -0400 Received: from mail-yb0-x241.google.com ([2607:f8b0:4002:c09::241]:36771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blGDj-0002dw-7i for qemu-devel@nongnu.org; Sat, 17 Sep 2016 10:03:55 -0400 Received: by mail-yb0-x241.google.com with SMTP id u125so3254642ybg.3 for ; Sat, 17 Sep 2016 07:03:55 -0700 (PDT) From: Pranith Kumar Date: Sat, 17 Sep 2016 10:03:45 -0400 Message-Id: <20160917140349.12431-4-bobby.prani@gmail.com> In-Reply-To: <20160917140349.12431-1-bobby.prani@gmail.com> References: <20160917140349.12431-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH 3/6] 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