Chromium Code Reviews

Unified Diff: Makefile

Issue 2962002: New targets to compile and install rollback tests only with USE=rbtest emerge ... (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tests/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 638d512ad96698d6e240ab325bfe42a63d7e1d16..8d78466207b32cf99cde1e59ff09ec817a28c4f9 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
« no previous file with comments | « no previous file | tests/Makefile » ('j') | no next file with comments »

Powered by Google App Engine