blob: e861b4866a5cd383e917e920fb60ceebd22de7d1 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Sandrine Bailleuxe36bf032019-06-26 15:36:23 +02004 Copyright (c) 2018-2019, 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-psci-extensive SYSTEM "tests-psci-extensive.xml">
Manish V Badarkhe309d95e2022-12-05 12:22:00 +000013 <!ENTITY tests-timer-stress SYSTEM "tests-timer-stress.xml">
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020014]>
15
16<testsuites>
17
18 &tests-psci-extensive;
Manish V Badarkhe309d95e2022-12-05 12:22:00 +000019 &tests-timer-stress;
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020020
21</testsuites>