Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: Makefile

Issue 6246150: Add test framework for bmpblk_utility. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Done. PTAL. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/Makefile » ('j') | tests/bitmaps/TestBmpBlock.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 0d29bd508313b1e51ed14aa247342f80ed92bc59..d12639d02a02568c521cf34ebad23e58c631626e 100644
--- a/Makefile
+++ b/Makefile
@@ -77,3 +77,6 @@ runtests:
rbtest:
$(MAKE) -C tests rbtest
+
+runbmptests:
+ $(MAKE) -C tests runbmptests
« no previous file with comments | « no previous file | tests/Makefile » ('j') | tests/bitmaps/TestBmpBlock.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698