blob: 8c66cdaf00162649fb4e5de24b22228b0ac3dc43 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Jimmy Brissonc4f3eee2020-06-23 15:25:05 -05004 Copyright (c) 2018-2021, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
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">
Jimmy Brissonc4f3eee2020-06-23 15:25:05 -050017 <!ENTITY tests-trng SYSTEM "tests-trng.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020018 <!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
19 <!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
20 <!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
21 <!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
22 <!ENTITY tests-performance SYSTEM "tests-performance.xml">
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010023 <!ENTITY tests-smc SYSTEM "tests-smc.xml">
Olivier Deprez294a6362019-12-20 09:23:57 +010024 <!ENTITY tests-spm SYSTEM "tests-spm.xml">
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +010025 <!ENTITY tests-pmu-leakage SYSTEM "tests-pmu-leakage.xml">
Ambroise Vincent81042e32019-07-11 14:49:47 +010026 <!ENTITY tests-debugfs SYSTEM "tests-debugfs.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020027]>
28
29<testsuites>
30
31 &tests-tftf-validation;
32 &tests-boot-req;
33 &tests-psci;
34 &tests-sdei;
35 &tests-rt-instr;
Jimmy Brissonc4f3eee2020-06-23 15:25:05 -050036 &tests-trng;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020037 &tests-tsp;
38 &tests-el3-pstate;
39 &tests-state-switch;
40 &tests-cpu-extensions;
41 &tests-performance;
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010042 &tests-smc;
Olivier Deprez294a6362019-12-20 09:23:57 +010043 &tests-spm;
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +010044 &tests-pmu-leakage;
Ambroise Vincent81042e32019-07-11 14:49:47 +010045 &tests-debugfs;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020046
47</testsuites>