]> git.sur5r.net Git - u-boot/commit
dm: video: test: Add tests for the video uclass
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:26 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:16 +0000 (19:10 -0700)
commit3c97c4fb52af9d4da4546cbb8a52bdb6f0d4b57f
tree3c8c5df8e8f2a1eed705ef2ae350767333f9c8c8
parent3ade5bc4dc24edf5e1f13f3c43a9e8b7f8c2d853
dm: video: test: Add tests for the video uclass

Add tests that check that the video console is working correcty. Also check
that text output produces the expected result. Test coverage includes
character output, wrapping and scrolling.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/sandbox/dts/test.dts
drivers/video/sandbox_sdl.c
include/dm/test.h
test/dm/Makefile
test/dm/video.c [new file with mode: 0644]