| Index: tests/Makefile
|
| diff --git a/tests/Makefile b/tests/Makefile
|
| index 5c0e2e261df4aeab4cb07c02326ae4fe27c69655..17da312b76d45109c7fc68df42f46336c47f5a7f 100644
|
| --- a/tests/Makefile
|
| +++ b/tests/Makefile
|
| @@ -94,7 +94,13 @@ runmisctests:
|
| runfuzztests:
|
| ./gen_fuzz_test_cases.sh
|
|
|
| -runtests: genkeys runcgpttests runcryptotests runmisctests runfuzztests
|
| +# Run bmpblk_utility tests
|
| +runbmptests:
|
| + $(MAKE) BUILD=$(shell readlink -f ${BUILD}) -C bitmaps runtests
|
| +
|
| +ALLTESTS=runcgpttests runcryptotests runmisctests runfuzztests runbmptests
|
| +
|
| +runtests: genkeys ${ALLTESTS}
|
|
|
| # TODO: tests to run when ported to new API
|
| # ./run_image_verification_tests.sh
|
|
|