blob: 3d7c835f0a4b10de23c7f25bf5f3e265fe2a362b [file] [log] [blame]
Raef Colesdf3f6ce2021-05-26 14:21:07 +01001/*
2 * Copyright (c) 2021-2022, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#include "test_framework_integ_test.h"
9#include "test_framework_integ_test_helper.h"
10#include "test_framework.h"
11
12static struct test_suite_t test_suites[] = {
13
14 /* End of test suites */
15 {0, 0, 0, 0}
16};
17
18enum test_suite_err_t run_bl1_2_testsuite(void)
19{
20 return integ_test("BL1_2", test_suites);
21}