summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvbendeb <vbendeb@chromium.org>2010-11-10 17:12:43 -0800
committervbendeb <vbendeb@chromium.org>2010-11-10 17:12:43 -0800
commit38e9a08de077b3aea07a1887b09ff0f0a3386e5c (patch)
tree6dbcdbff003af3199c74805c64358c4b81e0ae29 /tests
parent89678602e66df24dea75b384ce079519cb8ec2a4 (diff)
downloadvboot-38e9a08de077b3aea07a1887b09ff0f0a3386e5c.tar.gz
Include gen_fuzz_test_cases when execting tests.
Change-Id: I2e325ff9bd53fdaeb69c2d115c30785d6ca09b57 BUG=chromium-os:7178 TEST=manual: Both in host and chroot environments: . run `make clean && make && make runtests' in the top directory . observe the following being added in the end of the report: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv ./gen_fuzz_test_cases.sh Generating test image file... 1+0 records in 1+0 records out 500000 bytes (500 kB) copied, 0.0790024 s, 6.3 MB/s Generating test bootloader file... 1+0 records in 1+0 records out 50000 bytes (50 kB) copied, 0.00921653 s, 5.4 MB/s Generating test config file... 1+0 records in 1+0 records out 3000 bytes (3.0 kB) copied, 0.000618682 s, 4.8 MB/s Generating key blocks... Generating signed firmware test image... Generating signed kernel test image... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Review URL: http://codereview.chromium.org/4687007
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 4994bdbc..5c0e2e26 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