TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
non_secure_suites.c File Reference
Include dependency graph for non_secure_suites.c:

Go to the source code of this file.

Functions

enum test_suite_err_t start_integ_test (void)
 Executes integration tests. To be called from appropriate secure/non-secure service client. More...
 
enum test_suite_err_t tfm_non_secure_client_run_tests (void)
 Service stand-in shim for non secure tests. To be called from a non-secure client. More...
 

Function Documentation

enum test_suite_err_t start_integ_test ( void  )

Executes integration tests. To be called from appropriate secure/non-secure service client.

Returns
Returns error code as specified in test_suite_err_t

Definition at line 114 of file non_secure_suites.c.

Here is the caller graph for this function:

enum test_suite_err_t tfm_non_secure_client_run_tests ( void  )

Service stand-in shim for non secure tests. To be called from a non-secure client.

Returns
Returns error code as specified in test_suite_err_t

Definition at line 120 of file non_secure_suites.c.

Here is the call graph for this function: