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

Unified Diff: tests/Makefile

Issue 4687007: Include gen_fuzz_test_cases when execting tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: 'Add previously omitted autogenerated version.c' Created 10 years, 1 month 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 | « firmware/version.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/Makefile
diff --git a/tests/Makefile b/tests/Makefile
index 4994bdbc7262f66a0b40c5e5f7de25b25341e99f..5c0e2e261df4aeab4cb07c02326ae4fe27c69655 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -90,8 +90,11 @@ runcryptotests:
runmisctests:
./run_vbutil_tests.sh
+#This will exercise vbutil_kernel and vbutil_firmware
+runfuzztests:
+ ./gen_fuzz_test_cases.sh
-runtests: genkeys runcgpttests runcryptotests runmisctests
+runtests: genkeys runcgpttests runcryptotests runmisctests runfuzztests
# TODO: tests to run when ported to new API
# ./run_image_verification_tests.sh
« no previous file with comments | « firmware/version.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698