| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| Copyright (c) 2018-2019, Arm Limited. All rights reserved. | |
| SPDX-License-Identifier: BSD-3-Clause | |
| --> | |
| <!-- External references to all individual tests files. --> | |
| <!DOCTYPE testsuites [ | |
| <!ENTITY tests-psci-extensive SYSTEM "tests-psci-extensive.xml"> | |
| <!ENTITY tests-timer-stress SYSTEM "tests-timer-stress.xml"> | |
| ]> | |
| <testsuites> | |
| &tests-psci-extensive; | |
| &tests-timer-stress; | |
| </testsuites> |