diff --git a/firmware/version.c b/firmware/version.c index 1955026772..44778c89d0 100644 --- a/firmware/version.c +++ b/firmware/version.c @@ -1 +1 @@ -char* VbootVersion = "VBOOv=5db96410"; +char* VbootVersion = "VBOOv=e30e3fe5"; diff --git a/tests/Makefile b/tests/Makefile index 4994bdbc72..5c0e2e261d 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