From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:26:36 +0100 Subject: [U-Boot] [PATCH 18/18] dm: video: test: Test that bitmap display works correctly In-Reply-To: <1452011474-15207-19-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-19-git-send-email-sjg@chromium.org> Message-ID: <20160118012636.6c0c65a6@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:14 -0700 Simon Glass wrote: > Add a test for the 'bmp' command. Test both the uncompressed and compressed > versions of the file, since they use different code paths. > > Signed-off-by: Simon Glass > --- > > include/configs/sandbox.h | 2 ++ > test/dm/video.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++ > tools/logos/denx-comp.bmp | Bin 0 -> 4148 bytes > 3 files changed, 56 insertions(+) > create mode 100644 tools/logos/denx-comp.bmp Acked-by: Anatolij Gustschin -- Anatolij