From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 17:01:43 -0700 Subject: [U-Boot] [PATCH v2 06/17] Makefile: Add a 'check' target for make In-Reply-To: <20181002031247.93384-7-sjg@chromium.org> References: <20181002031247.93384-7-sjg@chromium.org> <20181002031247.93384-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de At present we use 'make tests' to run the tests. For many projects 'make check' is more common, so support that as well. Also add some help to 'make help'. Signed-off-by: Simon Glass --- Changes in v2: None Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Applied to u-boot-dm