// SPDX-License-Identifier: BSD-3-Clause /* * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved. */ #include #include #include #include /** * Register tests that constitute the 'baremetal-tests' suite. Used for testing * platform drivers that conform to the 'baremetal' driver model. */ void env_test_register_tests(struct test_runner_provider *context) { simple_c_test_runner_init(context); sp_config_tests_register(); trng_env_tests_register(); sh_block_store_tests_register(); }