commit | b309eec4a54dcc171c59d74c54ad3838e3537e61 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Nov 20 20:56:14 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Nov 22 13:41:38 2018 +0100 |
tree | 84ee0a208de4aa6edfb5f4d005baebc9260bcc69 | |
parent | a678f233a7df69b0edc5b1e1ea3a27d87114c3af [diff] [blame] |
Move library initialization tests to a new test suite
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 95d60ff..56ce933 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -113,6 +113,7 @@ add_test_suite(psa_crypto) add_test_suite(psa_crypto_entropy) add_test_suite(psa_crypto_hash) +add_test_suite(psa_crypto_init) add_test_suite(psa_crypto_metadata) add_test_suite(psa_crypto_persistent_key) add_test_suite(psa_crypto_storage_file)