blob: 5330224ae335b0599ff497c5e99d0146cfc7af8f [file] [log] [blame]
/*
* Copyright (c) 2021-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#include "test_framework_integ_test.h"
#include "test_framework_integ_test_helper.h"
#include "test_framework.h"
#include "bl1_2_integration_tests.h"
static struct test_suite_t test_suites[] = {
{&register_testsuite_bl1_2_integration, 0, 0, 0},
/* End of test suites */
{0, 0, 0, 0}
};
enum test_suite_err_t run_bl1_2_testsuite(void)
{
return integ_test("BL1_2", test_suites);
}