blob: b9fa7946be734f126758a68f1ad8923e4f85aedc [file] [log] [blame]
/*
* Copyright (c) 2023, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <sdei_fuzz_helper.h>
#include <tsp_fuzz_helper.h>
/*
* Invoke the SMC call based on the function name specified.
*/
void runtestfunction(char *funcstr)
{
run_sdei_fuzz(funcstr);
run_tsp_fuzz(funcstr);
}