| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| Copyright (c) 2018, 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 "../../../tftf/tests/tests-tftf-validation.xml"> | |
| <!ENTITY tests-timer-stress SYSTEM "../../../tftf/tests/tests-timer-stress.xml"> | |
| ]> | |
| <testsuites> | |
| &tests-tftf-validation; | |
| &tests-timer-stress; | |
| </testsuites> |