From patchwork Thu Jun 21 06:25:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 932595 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="kgRllxh9"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41BCP725pcz9s2R for ; Thu, 21 Jun 2018 17:04:27 +1000 (AEST) Received: from localhost ([::1]:53448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVtdp-0005Tk-0Q for incoming@patchwork.ozlabs.org; Thu, 21 Jun 2018 03:04:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVtID-00051y-Qf for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVtIC-0003RI-Sw for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:05 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:52150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVtIC-0003Qe-Ml for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:42:04 -0400 Received: by mail-wm0-x242.google.com with SMTP id r15-v6so3187933wmc.1 for ; Wed, 20 Jun 2018 23:42:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ZE+ggAeSsW6r+CieJ6gVY3vK9lsa0HkNnTQN/FfBER4=; b=kgRllxh9+3+yEx8XAUDmUg87M5RQ9SJCDgYtx7Z6sNsBZuNJjhkCVJuOw3G3Et0ms6 iElsCQZxVz3+K6MnJKB6HuqTJ5geSRE7Xr3MhZOp8kC/MywPH+qrxfaIEWpkoObADP2l 7jD/Iedtt+vaWJ/I8Vspu7s32hqAqFwAttpyQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZE+ggAeSsW6r+CieJ6gVY3vK9lsa0HkNnTQN/FfBER4=; b=L/vzfbAcavbY4Ratl+rj3KL8GwLVJng46iPOW7NAGoxqvso7rSQf3AO6+enCsqg29R aIxktmCnkX5LPaNTrlQk+3evG0zYjpHuGTG/miA8koGD5E75BnNTB1rbNTBkfHY0sX1h DRAlrKN/wapOzWDWDaen1IFADxD33RdZI9nbfAB5q1p5oskLQZ4x1WKNdnKVsyOiiFmn 6uhV1w6reG7QwdsQBxONgYiZsguFQKwGS5RLCJSXR22yQM5O4fbaX4ef7bPS4StkMDP1 cDoXWptw5yxz+SeF6vQuTI7FgH/LrWjaYwAS0GbJ3ccIVOqTopD0MjlcSnpgmpInPCec VMaw== X-Gm-Message-State: APt69E3BCN2wDiJp4uykF5TfVFFxxPZ6hFRS35AW6MPGYGpM24b7+9+R tk8Su/QyYJZaZH8SOdnzZYaxVw== X-Google-Smtp-Source: ADUXVKLCpbFc8yclmRdqOwec9v2/GVW7BTpB3L+TWj6BWYO7CJWyHci5xJ5eZaIwCCRXsNEg2dttow== X-Received: by 2002:a1c:64d7:: with SMTP id y206-v6mr3867455wmb.43.1529563323645; Wed, 20 Jun 2018 23:42:03 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id h18-v6sm6294050wrq.36.2018.06.20.23.41.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Jun 2018 23:42:02 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id EF4183E0E85; Thu, 21 Jun 2018 07:26:07 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Thu, 21 Jun 2018 07:25:39 +0100 Message-Id: <20180621062605.941-32-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180621062605.941-1-alex.bennee@linaro.org> References: <20180621062605.941-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c09::242 Subject: [Qemu-devel] [PULL v2 31/57] tests/tcg/mips: include common mips hello-mips X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: agraf@suse.de, =?utf-8?q?Alex_Benn=C3=A9e?= , richard.henderson@linaro.org, qemu-devel@nongnu.org, f4bug@amsat.org, cota@braap.org, famz@redhat.com, Yongbok Kim , aurelien@aurel32.net Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé diff --git a/tests/tcg/mips/Makefile.target b/tests/tcg/mips/Makefile.target new file mode 100644 index 0000000000..71f0c2dd53 --- /dev/null +++ b/tests/tcg/mips/Makefile.target @@ -0,0 +1,19 @@ +# -*- Mode: makefile -*- +# +# MIPS - included from tests/tcg/Makefile.target +# + +MIPS_SRC=$(SRC_PATH)/tests/tcg/mips + +# Set search path for all sources +VPATH += $(MIPS_SRC) + +MIPS_TESTS=hello-mips + +TESTS += $(MIPS_TESTS) + +hello-mips: CFLAGS+=-ffreestanding +hello-mips: LDFLAGS+=-nostdlib + +# For MIPS32 and 64 we have a bunch of extra tests in sub-directories +# however they are intended for system tests.