]> git.ipfire.org Git - u-boot.git/commit
dm: test: Add support for running tests with livetree
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:16 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:10 +0000 (07:03 -0600)
commitc166c47ba3a699df58e2ade8935158df65b034ba
treeb9a585ecaf6cf6e12a76865cb69aa91232916753
parent801587bd771835bf1341646c3f6b490469199e2b
dm: test: Add support for running tests with livetree

It is useful to run the driver model tests with both livetree and flat
tree in case something is different between the two. Add this feature to
the test runner.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/test-main.c