blob: e8cf4c701b9e4f5a751cbddc09e76878765aa2ef [file] [log] [blame]
Antonio Nino Diaz54959b02019-03-29 12:59:35 +00001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2019, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11 <testsuite name="Translation tables library v2 tests"
12 description="Unit tests to validate the translation tables library v2">
13 <testcase name="xlat v2: Basic tests" function="xlat_lib_v2_basic_test" />
Antonio Nino Diazf152f8f2018-10-05 15:18:45 +010014 <testcase name="xlat v2: Alignment tests" function="xlat_lib_v2_alignment_test" />
Antonio Nino Diaz402b2692018-10-05 15:11:38 +010015 <testcase name="xlat v2: Stress test" function="xlat_lib_v2_stress_test" />
Antonio Nino Diaz54959b02019-03-29 12:59:35 +000016 </testsuite>
17
18</testsuites>