commit | 02d6295e5354a161c9be29aa386695cac5208620 | [log] [tgz] |
---|---|---|
author | itayzafrir <itay.zafrir@arm.com> | Wed Oct 24 12:45:18 2018 +0300 |
committer | itayzafrir <itay.zafrir@arm.com> | Mon Nov 05 18:36:05 2018 +0200 |
tree | 0cd7e1cb4a963a48d92444983f7e3cb0b710d90d | |
parent | 931fa6d663883e62c0b5a660cbdffcd0d4995bba [diff] [blame] |
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.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a7821d7..89be6fe 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -111,6 +111,7 @@ add_test_suite(pkwrite) add_test_suite(poly1305) add_test_suite(psa_crypto) +add_test_suite(psa_crypto_hash) add_test_suite(psa_crypto_metadata) add_test_suite(shax) add_test_suite(ssl)