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_helper.c File Reference
#include <stdio.h>
#include "test_framework.h"
#include "test_framework_integ_test_helper.h"
Include dependency graph for test_framework_integ_test_helper.c:

Go to the source code of this file.

Functions

enum test_suite_err_t integ_test (const char *suite_type, struct test_suite_t test_suites[])
 Executes integration test suites provided in the parameters. More...
 

Function Documentation

enum test_suite_err_t integ_test ( const char *  suite_type,
struct test_suite_t  test_suites[] 
)

Executes integration test suites provided in the parameters.

Parameters
[in]suite_typeA string containing the type of the suite (used for printing).
[in]test_suitesThe suites to be executed.
[in]test_suite_cntThe number of test suites to be executed.
Returns
Returns error code as specified in test_suite_err_t

Definition at line 13 of file test_framework_integ_test_helper.c.

Here is the call graph for this function:

Here is the caller graph for this function: