Chromium Code Reviews| Index: tests/Makefile |
| diff --git a/tests/Makefile b/tests/Makefile |
| index 15799fb214b176f912da68d96bae76dfb16498e7..d52b282220739a23b1b61e50a1b5848695c1cc39 100644 |
| --- a/tests/Makefile |
| +++ b/tests/Makefile |
| @@ -115,6 +115,7 @@ runtests: |
| # Crypto tests |
| ./run_rsa_tests.sh |
| ./sha_tests |
| + ./run_vbutil_tests.sh |
| ./run_vboot_common_tests.sh |
| ./run_image_verification_tests.sh |
| # Splicing tests |
| @@ -128,3 +129,5 @@ runtests: |
| clean: |
| rm -f $(TEST_BINS) |
| + rm -f testkeys/*.vbpubk |
| + rm -f testkeys/*.keyblock |