summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuigi Semenzato <semenzato@google.com>2010-07-08 17:17:02 -0700
committerLuigi Semenzato <semenzato@google.com>2010-07-08 17:17:02 -0700
commit18b814d9bc7fcf0a7e5d7fca57eed8229f0e9aac (patch)
tree6781fcdd60f96edd597033859c629be1b28ab756 /Makefile
parent8510d919f961eac358a886f4f81188a1ec070955 (diff)
downloadvboot-18b814d9bc7fcf0a7e5d7fca57eed8229f0e9aac.tar.gz
New targets to compile and install rollback tests only with USE=rbtest emerge ...
Review URL: http://codereview.chromium.org/2962002
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 638d512a..8d784662 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,9 @@ clean:
install:
$(MAKE) -C utility install
$(MAKE) -C cgpt install
- $(MAKE) -C tests install
runtests:
$(MAKE) -C tests runtests
+
+rbtest:
+ $(MAKE) -C tests rbtest