[U-Boot] [PATCH v2 04/10] test: Add a 'make qcheck' target for quicker testing
sjg at google.com
sjg at google.com
Thu Nov 29 17:39:25 UTC 2018
At present tests are quite slow to run, over a minute on my machine. This
presents a considerable barrier to bisecting for failures.
The slowest tests are the filesystem ones and the buildman --fetch-arch
test. Add a new 'qcheck' target that skips these tests. This reduces test
time down to about 40 second, still too long, but bearable.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
Makefile | 6 +++++-
test/README | 6 +++++-
test/py/tests/test_fs/test_basic.py | 1 +
test/py/tests/test_fs/test_ext.py | 1 +
test/py/tests/test_fs/test_mkdir.py | 1 +
test/py/tests/test_fs/test_unlink.py | 1 +
test/run | 10 ++++++++--
7 files changed, 22 insertions(+), 4 deletions(-)
Applied to u-boot-dm/master, thanks!
More information about the U-Boot
mailing list