1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Move positive hash tests into a new test suite

Move hash_finish, hash_verify and hash_multi_part to a
new test suite test_suite_psa_crypto_hash.
This commit is contained in:
itayzafrir
2018-10-24 12:45:18 +03:00
parent 931fa6d663
commit 02d6295e53
6 changed files with 685 additions and 667 deletions

View File

@ -150,6 +150,8 @@ TEST_FILES := \
tests/suites/target_test.function \
tests/suites/test_suite_psa_crypto.data \
tests/suites/test_suite_psa_crypto.function \
tests/suites/test_suite_psa_crypto_hash.data \
tests/suites/test_suite_psa_crypto_hash.function \
tests/suites/test_suite_psa_crypto_metadata.data \
tests/suites/test_suite_psa_crypto_metadata.function \
# Don't delete this line.