Files
OpenCellular/tests/bitmaps/case_badbmp.yaml
Bill Richardson 856e072e81 Add test framework for bmpblk_utility.
BUG=chromium-os:11742
TEST=manual

Check out sources, run:

  cd src/platform/vboot_reference
  make
  make runbmptests

It should pass.

Change-Id: I50ebdef26662e7446828315a3f5e2786624508b9

Review URL: http://codereview.chromium.org/6246150
2011-02-07 15:39:45 -08:00

20 lines
481 B
YAML

# Invalid specification: requests missing image file.
bmpblock: 1.0
# These are the individual images which are layered to produce a screen layout.
images:
devmode: NotReallyA.bmp
# These are all of the distinct layouts that we know how to display.
screens:
dev_en:
- [0, 0, devmode]
# To customize the images for a particular locale, just reorder this list so
# that the default language appears first.
localizations:
- [ dev_en, dev_en, dev_en, dev_en ]