summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 153703e8..63303295 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -13,6 +13,7 @@ BUILD_ROOT = ${BUILD}/tests
TEST_NAMES = cgptlib_test \
rollback_index2_tests \
rsa_padding_test \
+ rsa_utility_tests \
rsa_verify_benchmark \
sha_benchmark \
sha_tests \
@@ -101,6 +102,7 @@ runcgpttests:
# Run crypto tests
runcryptotests:
./run_rsa_tests.sh
+ ${BUILD_ROOT}/rsa_utility_tests
${BUILD_ROOT}/sha_tests
./run_vboot_common_tests.sh