summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@chromium.org>2010-06-03 07:49:32 -0700
committerGaurav Shah <gauravsh@chromium.org>2010-06-03 07:49:32 -0700
commite642198b93cf2c50e279a6598f21f69564b13c6f (patch)
treed808ac39a1f74d43d4d3f02671f049c9f2093687 /Makefile
parentafdd058ebc239c6f3c51d3f8d8f84404d781a862 (diff)
downloadvboot-e642198b93cf2c50e279a6598f21f69564b13c6f.tar.gz
Add a Makefile target to run all vboot_reference tests.
Review URL: http://codereview.chromium.org/2561003
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6df17c82..a377b76c 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,6 @@ clean:
install:
$(MAKE) -C utility install
+
+runtests:
+ $(MAKE) -C tests runtests