blob: 3155baf5a47f963d5ee5e153d4b9fe0390565d24 [file] [log] [blame]
/*
* 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;
}