commit | 5ec7b078ea0f35c16403cbac3896e158919c0a83 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Nov 30 18:53:28 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Dec 11 16:48:12 2018 +0100 |
tree | 9aa08535a88041dd31e16d2571c39dac5f688f35 | |
parent | 7f6e3a868af6c7aba1a16032017b15aca616eb3b [diff] [blame] |
Add tests for the new slot management mechanism Add unit tests for handle allocation and release.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 56ce933..21cdfab 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -116,6 +116,7 @@ add_test_suite(psa_crypto_init) add_test_suite(psa_crypto_metadata) add_test_suite(psa_crypto_persistent_key) +add_test_suite(psa_crypto_slot_management) add_test_suite(psa_crypto_storage_file) add_test_suite(shax) add_test_suite(ssl)