aboutsummaryrefslogtreecommitdiff
path: root/test/suites/t_cose/non_secure/t_cose_ns_tests.h
blob: 83137973c060d6174d7b1ba3101e5c528ebea3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * Copyright (c) 2020, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef __T_COSE_NS_TESTS_H__
#define __T_COSE_NS_TESTS_H__

#include "test/framework/test_framework.h"

#ifdef __cplusplus
extern "C" {
#endif

/**
 * \brief Register test suite for the t_cose library
 *
 * \param[in] p_test_suite The test suite to be executed.
 */
void
register_testsuite_ns_t_cose(struct test_suite_t *p_test_suite);

#ifdef __cplusplus
}
#endif

#endif /* __T_COSE_NS_TESTS_H__ */