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