diff options
author | Bill Richardson <wfrichar@chromium.org> | 2011-02-07 15:39:45 -0800 |
---|---|---|
committer | Bill Richardson <wfrichar@chromium.org> | 2011-02-07 15:39:45 -0800 |
commit | 856e072e8119cab07fd884e54853f1c3897452ee (patch) | |
tree | f85b3811617f5f0d8ed6ac87d15c00cfb0a8f34e /Makefile | |
parent | bce044dee3d18fcd0ba559616a3767187b06aa8d (diff) | |
download | vboot-856e072e8119cab07fd884e54853f1c3897452ee.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,3 +77,6 @@ runtests: rbtest: $(MAKE) -C tests rbtest + +runbmptests: + $(MAKE) -C tests runbmptests |