• Simon Glass's avatar
    test: Add a 'make qcheck' target for quicker testing · 499fde5c
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    499fde5c