commit | 18b814d9bc7fcf0a7e5d7fca57eed8229f0e9aac | [log] [tgz] |
---|---|---|
author | Luigi Semenzato <semenzato@google.com> | Thu Jul 08 17:17:02 2010 -0700 |
committer | Luigi Semenzato <semenzato@google.com> | Thu Jul 08 17:17:02 2010 -0700 |
tree | 6781fcdd60f96edd597033859c629be1b28ab756 | |
parent | 8510d919f961eac358a886f4f81188a1ec070955 [diff] [blame] |
New targets to compile and install rollback tests only with USE=rbtest emerge ... Review URL: http://codereview.chromium.org/2962002
diff --git a/Makefile b/Makefile index 638d512..8d78466 100644 --- a/Makefile +++ b/Makefile
@@ -35,7 +35,9 @@ install: $(MAKE) -C utility install $(MAKE) -C cgpt install - $(MAKE) -C tests install runtests: $(MAKE) -C tests runtests + +rbtest: + $(MAKE) -C tests rbtest