blob: 384a5f4e00d87cd381f335ba17731e03e79d4e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2018-2021, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
-->
<!-- External references to all individual tests files. -->
<!DOCTYPE testsuites [
<!ENTITY tests-tftf-validation SYSTEM "tests-tftf-validation.xml">
<!ENTITY tests-boot-req SYSTEM "tests-boot-req.xml">
<!ENTITY tests-psci SYSTEM "tests-psci.xml">
<!ENTITY tests-sdei SYSTEM "tests-sdei.xml">
<!ENTITY tests-rt-instr SYSTEM "tests-runtime-instrumentation.xml">
<!ENTITY tests-trng SYSTEM "tests-trng.xml">
<!ENTITY tests-tsp SYSTEM "tests-tsp.xml">
<!ENTITY tests-el3-pstate SYSTEM "tests-el3-power-state.xml">
<!ENTITY tests-state-switch SYSTEM "tests-arm-state-switch.xml">
<!ENTITY tests-cpu-extensions SYSTEM "tests-cpu-extensions.xml">
<!ENTITY tests-performance SYSTEM "tests-performance.xml">
<!ENTITY tests-smc SYSTEM "tests-smc.xml">
<!ENTITY tests-spm SYSTEM "tests-spm.xml">
<!ENTITY tests-pmu-leakage SYSTEM "tests-pmu-leakage.xml">
<!ENTITY tests-debugfs SYSTEM "tests-debugfs.xml">
<!ENTITY tests-realm-payload SYSTEM "tests-realm-payload.xml">
]>
<testsuites>
&tests-tftf-validation;
&tests-boot-req;
&tests-psci;
&tests-sdei;
&tests-rt-instr;
&tests-trng;
&tests-tsp;
&tests-el3-pstate;
&tests-state-switch;
&tests-cpu-extensions;
&tests-performance;
&tests-smc;
&tests-spm;
&tests-pmu-leakage;
&tests-debugfs;
&tests-realm-payload;
</testsuites>
|