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
This commit is contained in:
vbendeb
2010-11-10 17:12:43 -08:00
parent 89678602e6
commit 38e9a08de0
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
char* VbootVersion = "VBOOv=5db96410";
char* VbootVersion = "VBOOv=e30e3fe5";

View File

@@ -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