TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
multi_core_ns_test.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 __MULTI_CORE_NS_TESTS_H__
9 #define __MULTI_CORE_NS_TESTS_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include "test_framework.h"
16 
23  struct test_suite_t *p_test_suite);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif /* __MULTI_CORE_NS_TESTS_H__ */
void register_testsuite_multi_core_ns_interface(struct test_suite_t *p_test_suite)
Register testsuite for multi-core topology.