![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "test_framework.h"
Go to the source code of this file.
Functions | |
void | register_testsuite_s_psa_its_interface (struct test_suite_t *p_test_suite) |
Register testsuite for the PSA internal trusted storage S interface tests. More... | |
void | register_testsuite_s_psa_its_reliability (struct test_suite_t *p_test_suite) |
Register testsuite for the ITS reliability tests. More... | |
void register_testsuite_s_psa_its_interface | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the PSA internal trusted storage S interface tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 73 of file psa_its_s_interface_testsuite.c.
void register_testsuite_s_psa_its_reliability | ( | struct test_suite_t * | p_test_suite | ) |
Register testsuite for the ITS reliability tests.
[in] | p_test_suite | The test suite to be executed. |
Definition at line 43 of file psa_its_s_reliability_testsuite.c.