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.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017-2018, Arm Limited. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef __INTEG_TEST_H__
9
#define __INTEG_TEST_H__
10
11
#include "
test_framework.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
23
enum
test_suite_err_t
start_integ_test
(
void
);
24
31
enum
test_suite_err_t
tfm_non_secure_client_run_tests
(
void
);
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
/* __INTEG_TEST_H__ */
test_framework.h
start_integ_test
enum test_suite_err_t start_integ_test(void)
Executes integration tests. To be called from appropriate secure/non-secure service client...
Definition:
non_secure_suites.c:114
tfm_non_secure_client_run_tests
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.
Definition:
non_secure_suites.c:120
test_suite_err_t
test_suite_err_t
Definition:
test_framework.h:69
test
framework
test_framework_integ_test.h
Generated on Thu Feb 18 2021 13:29:11 for TF-M Reference Manual by
1.8.6