summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2011-02-07 15:39:45 -0800
committerBill Richardson <wfrichar@chromium.org>2011-02-07 15:39:45 -0800
commit856e072e8119cab07fd884e54853f1c3897452ee (patch)
treef85b3811617f5f0d8ed6ac87d15c00cfb0a8f34e /Makefile
parentbce044dee3d18fcd0ba559616a3767187b06aa8d (diff)
downloadvboot-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d29bd50..d12639d0 100644
--- a/Makefile
+++ b/Makefile
@@ -77,3 +77,6 @@ runtests:
rbtest:
$(MAKE) -C tests rbtest
+
+runbmptests:
+ $(MAKE) -C tests runbmptests