Add psa_crypto test suite to Cmake

Add psa_crypto test suite to Cmake
This commit is contained in:
mohammad1603 2018-03-13 04:38:38 -07:00 committed by itayzafrir
parent e6b67a1e78
commit cdd3be9cfb

View file

@ -110,6 +110,7 @@ add_test_suite(pk)
add_test_suite(pkparse)
add_test_suite(pkwrite)
add_test_suite(poly1305)
add_test_suite(psa_crypto)
add_test_suite(shax)
add_test_suite(ssl)
add_test_suite(timing)