Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Sandrine Bailleux | e36bf03 | 2019-06-26 15:36:23 +0200 | [diff] [blame] | 4 | Copyright (c) 2018-2019, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 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-psci-extensive SYSTEM "tests-psci-extensive.xml"> |
Manish V Badarkhe | 309d95e | 2022-12-05 12:22:00 +0000 | [diff] [blame] | 13 | <!ENTITY tests-timer-stress SYSTEM "tests-timer-stress.xml"> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 14 | ]> |
| 15 | |
| 16 | <testsuites> |
| 17 | |
| 18 | &tests-psci-extensive; |
Manish V Badarkhe | 309d95e | 2022-12-05 12:22:00 +0000 | [diff] [blame] | 19 | &tests-timer-stress; |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 20 | |
| 21 | </testsuites> |