commit | 6dee5c9649651629542c647876b61cf8c80e6e42 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Oct 22 19:11:00 2018 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Oct 22 19:37:04 2018 +0200 |
tree | 2f5ec6415b47b2783d35ba95a8e8aec48b063b2f | |
parent | a3678224b3c00ed79ba952ea07891b30d15fd98f [diff] |
Add test_suite_psa_crypto_metadata to cmake builds This test suite was run by make builds, but I had forgotten to add it to CMakeLists.txt.
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d8b74f2..a7821d7 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_metadata) add_test_suite(shax) add_test_suite(ssl) add_test_suite(timing)