blob: 42d739fc622acb91886eee3bee70d92c5f7c6c43 [file] [log] [blame]
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef __ITS_S_TESTS_H__
#define __ITS_S_TESTS_H__
#include "test/framework/test_framework.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* \brief Register testsuite for the PSA internal trusted storage S interface
* tests.
*
* \param[in] p_test_suite The test suite to be executed.
*/
void register_testsuite_s_psa_its_interface(struct test_suite_t *p_test_suite);
/**
* \brief Register testsuite for the ITS reliability tests.
*
* \param[in] p_test_suite The test suite to be executed.
*/
void register_testsuite_s_psa_its_reliability(struct test_suite_t
*p_test_suite);
#ifdef __cplusplus
}
#endif
#endif /* __ITS_S_TESTS_H__ */