[U-Boot] [PATCH v3 27/72] dm: core: Run tests with both livetree and flat tree

sjg at google.com sjg at google.com
Thu May 25 00:06:40 UTC 2017


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 at chromium.org>
---

Changes in v3: None
Changes in v2: None

 include/dm/test.h   |  2 ++
 include/test/test.h |  2 ++
 test/dm/test-main.c | 38 ++++++++++++++++++++++++++++++++++++--
 3 files changed, 40 insertions(+), 2 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list