TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
core_ns_tests.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017-2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __CORE_NS_TESTS_H__
9 #define __CORE_NS_TESTS_H__
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include "test_framework.h"
16 
22 void register_testsuite_ns_core_positive(struct test_suite_t *p_test_suite);
23 
29 void register_testsuite_ns_core_interactive(struct test_suite_t *p_test_suite);
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif /* __CORE_NS_TESTS_H__ */
void register_testsuite_ns_core_positive(struct test_suite_t *p_test_suite)
Register testsuite for the core positive tests.
void register_testsuite_ns_core_interactive(struct test_suite_t *p_test_suite)
Register testsuite for the core interactive tests.