1######################## 2Trusted Firmware-M Tests 3######################## 4 5The Trusted Firmware-M(TF-M) Tests repo is meant to hold various tests for the 6`Trusted Firmware-M`_. 7The TF-M tests mainly focus on functionalities of various TF-M componentes such 8as the TF-M core and various secure partitions. 9 10There is also the `psa-arch-tests`_ suite which mainly focuses on the 11implementation compliance of the Platform Security Architecture(PSA). 12 13**************** 14Folder Structure 15**************** 16 17- app - The application code that executes the testing, including both the TF-M 18 tests and the `psa-arch-tests`_. 19- docs - The documents about test developments. 20- CMSIS - The libraries of RTX which is the Non-secure RTOS of the tests 21- test - The TF-M test codes including test framework, test suites and test 22 services 23 24 25#################### 26Feedback and support 27#################### 28Feedback can be submitted via email to 29`TF-M mailing list <tf-m@lists.trustedfirmware.org>`__. 30 31.. _Trusted Firmware-M: https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/ 32.. _psa-arch-tests: https://github.com/ARM-software/psa-arch-tests 33 34*Copyright (c) 2020-2022, Arm Limited. All rights reserved.* 35