TF-M Reference Manual
1.2.0
TrustedFirmware-M
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
test_framework_integ_test_helper.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017, Arm Limited. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef __INTEG_TEST_HELPER_H__
9
#define __INTEG_TEST_HELPER_H__
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
#include "
test_framework.h
"
16
27
enum
test_suite_err_t
integ_test
(
const
char
*suite_type,
28
struct
test_suite_t
test_suites[]);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* __INTEG_TEST_HELPER_H__ */
integ_test
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.
Definition:
test_framework_integ_test_helper.c:13
test_framework.h
test_suite_t
Definition:
test_framework.h:59
test_suite_err_t
test_suite_err_t
Definition:
test_framework.h:69
test
framework
test_framework_integ_test_helper.h
Generated on Thu Feb 18 2021 13:29:11 for TF-M Reference Manual by
1.8.6