| /* | |
| * Copyright (c) 2018, Arm Limited. All rights reserved. | |
| * | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| #include <tftf_lib.h> | |
| /* | |
| * @Test_Aim@ Template code for a test running on a single CPU. | |
| * | |
| * This "test" does nothing but reporting test success. It runs on the lead CPU. | |
| */ | |
| test_result_t test_template_single_core(void) | |
| { | |
| return TEST_RESULT_SUCCESS; | |
| } |