commit | 90f311424c422db2dbc551f6d6b7d713734f94e6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 31 17:35:01 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 20:55:18 2016 -0400 |
tree | 99a9ca038f3c4fcec959ea987da4a5e24d1cc59d | |
parent | fa3754e6c7045d1baa149dfcecafb52c4b17b0d5 [diff] |
Makefile: Allow 'make tests' to run tests Add this shortcut for running tests. Unfortunately 'make test' cannot be used as it is an existing directory. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Teddy Reed <teddy.reed@gmail.com>