From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:18:13 +0100 Subject: [U-Boot] [PATCH 16/18] dm: video: test: Add tests for the video uclass In-Reply-To: <1452011474-15207-17-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-17-git-send-email-sjg@chromium.org> Message-ID: <20160118011813.0815b03d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:12 -0700 Simon Glass wrote: > 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 > --- > > arch/sandbox/dts/test.dts | 7 ++ > drivers/video/sandbox_sdl.c | 9 --- > include/dm/test.h | 8 ++ > test/dm/Makefile | 1 + > test/dm/video.c | 190 ++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 206 insertions(+), 9 deletions(-) > create mode 100644 test/dm/video.c ... > +/* > + * These tests use the standard sandbox frame buffer, the resolutino of which s/resolutino/resolution/ Otherwise Acked-by: Anatolij Gustschin -- Anatolij