blob: a1d8746697e47636d646bc77d5c43a2527781878 [file] [log] [blame]
John Tsichritzisd3255542018-10-10 13:13:43 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9
10<!-- External references to all individual tests files. -->
11<!DOCTYPE testsuites [
12 <!ENTITY tests-tftf-validation SYSTEM "../../../tftf/tests/tests-tftf-validation.xml">
Manish V Badarkhe309d95e2022-12-05 12:22:00 +000013 <!ENTITY tests-timer-stress SYSTEM "../../../tftf/tests/tests-timer-stress.xml">
John Tsichritzisd3255542018-10-10 13:13:43 +010014]>
15
16<testsuites>
17
18 &tests-tftf-validation;
Manish V Badarkhe309d95e2022-12-05 12:22:00 +000019 &tests-timer-stress;
John Tsichritzisd3255542018-10-10 13:13:43 +010020
21</testsuites>