summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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