commit | 6fb2f57916bac47458ca7597b27617a99c492b28 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 18 20:09:17 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:10 2017 -0600 |
tree | ccd09ac48531b9a083a50e0a10594ba873ec4bb8 | |
parent | c166c47ba3a699df58e2ade8935158df65b034ba [diff] |
dm: core: Run tests with both livetree and flat tree Some tests require either livetree or flat tree. Add flags to allow the tests to specify this. Adjust the test runner to run with livetree (if supported) and then flat tree. Some video tests are quite slow and running on flat tree adds little extra test value, so run these on livetree only. Signed-off-by: Simon Glass <sjg@chromium.org>