blob: e2a1a2bd8dc3f10f50cb38d847369a8f49d69615 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?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 "tests-tftf-validation.xml">
13 <!ENTITY tests-boot-req SYSTEM "tests-boot-req.xml">
14 <!ENTITY tests-psci SYSTEM "tests-psci.xml">
15 <!ENTITY tests-sdei SYSTEM "tests-sdei.xml">
16 <!ENTITY tests-rt-instr SYSTEM "tests-runtime-instrumentation.xml">
17 <!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
18 <!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
19 <!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
20 <!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
21 <!ENTITY tests-performance SYSTEM "tests-performance.xml">
22]>
23
24<testsuites>
25
26 &tests-tftf-validation;
27 &tests-boot-req;
28 &tests-psci;
29 &tests-sdei;
30 &tests-rt-instr;
31 &tests-tsp;
32 &tests-el3-pstate;
33 &tests-state-switch;
34 &tests-cpu-extensions;
35 &tests-performance;
36
37</testsuites>