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
platform_tests_common.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019-2020, Arm Limited. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef __PLATFORM_TESTS_COMMON_H__
9
#define __PLATFORM_TESTS_COMMON_H__
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
#include "
test_framework.h
"
16
17
#define INVALID_REQUEST 0xffffffff
18
24
void
tfm_platform_test_common_001
(
struct
test_result_t
*
ret
);
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* __PLATFORM_TESTS_COMMON_H__ */
test_result_t
Definition:
test_framework.h:27
tfm_platform_test_common_001
void tfm_platform_test_common_001(struct test_result_t *ret)
Call the platform service with an invalid request.
Definition:
platform_tests_common.c:14
test_framework.h
test_t::ret
struct test_result_t ret
Definition:
test_framework.h:47
test
suites
platform
platform_tests_common.h
Generated on Thu Feb 18 2021 13:29:12 for TF-M Reference Manual by
1.8.6