TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
test_framework_integ_test.h File Reference
#include "test_framework.h"
Include dependency graph for test_framework_integ_test.h:
This graph shows which files directly or indirectly include this file:

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 call graph for this function:

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: