test: Add a 'make qcheck' target for quicker testing
authorSimon Glass <sjg@chromium.org>
Sun, 18 Nov 2018 15:14:29 +0000 (08:14 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Nov 2018 16:30:05 +0000 (09:30 -0700)
commit499fde5c23921add3cf95fecfe0b03d717d5a33b
treee27d66a946453ab7095e5a917adb7ed21a443940
parentc83c436de0f8f02b7626fdd9a55663845facb26f
test: Add a 'make qcheck' target for quicker testing

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@chromium.org>
Makefile
test/README
test/py/tests/test_fs/test_basic.py
test/py/tests/test_fs/test_ext.py
test/py/tests/test_fs/test_mkdir.py
test/py/tests/test_fs/test_unlink.py
test/run