commit | 9a930737104e1aa4739470f7027676e99918890b | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Tue Jul 09 16:14:36 2024 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Fri Jul 19 10:07:27 2024 +0200 |
tree | c94bc1ed8d0067054a600f94d46d08e7abe09db3 | |
parent | f76cd22ff62994edc308d9ad15e583bb45ed068f [diff] [blame] |
Add tf-psa-crypto test suites build Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d92c3..479863e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -405,6 +405,7 @@ enable_testing() add_subdirectory(tests) + add_subdirectory(tf-psa-crypto/tests) # additional convenience targets for Unix only if(UNIX)