commit | 633cc7ae96d04c4929404f439242ff68177e85ba | [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 | 0e1709476bd4cbff2c0808c87867b6cd5286818f [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>