![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "test_framework.h"
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... | |
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.
[in] | suite_type | A string containing the type of the suite (used for printing). |
[in] | test_suites | The suites to be executed. |
[in] | test_suite_cnt | The number of test suites to be executed. |
Definition at line 13 of file test_framework_integ_test_helper.c.