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

Unified Diff: tests/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
Index: tests/Makefile
diff --git a/tests/Makefile b/tests/Makefile
index 5c0e2e261df4aeab4cb07c02326ae4fe27c69655..17da312b76d45109c7fc68df42f46336c47f5a7f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -94,7 +94,13 @@ runmisctests:
runfuzztests:
./gen_fuzz_test_cases.sh
-runtests: genkeys runcgpttests runcryptotests runmisctests runfuzztests
+# Run bmpblk_utility tests
+runbmptests:
+ $(MAKE) BUILD=$(shell readlink -f ${BUILD}) -C bitmaps runtests
+
+ALLTESTS=runcgpttests runcryptotests runmisctests runfuzztests runbmptests
+
+runtests: genkeys ${ALLTESTS}
# TODO: tests to run when ported to new API
# ./run_image_verification_tests.sh
« no previous file with comments | « Makefile ('k') | tests/bitmaps/Makefile » ('j') | tests/bitmaps/TestBmpBlock.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698