Raef Coles | df3f6ce | 2021-05-26 14:21:07 +0100 | [diff] [blame^] | 1 | /* |
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 | |||||
12 | static struct test_suite_t test_suites[] = { | ||||
13 | |||||
14 | /* End of test suites */ | ||||
15 | {0, 0, 0, 0} | ||||
16 | }; | ||||
17 | |||||
18 | enum test_suite_err_t run_bl1_2_testsuite(void) | ||||
19 | { | ||||
20 | return integ_test("BL1_2", test_suites); | ||||
21 | } |