blob: 56f987dd91b068dcbea0c77dc7ccc62ce25796a5 [file] [log] [blame]
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11 <testsuite name="SMC calling convention"
12 description="Test different flavours of the SMC calling convention">
13 <testcase name="Fast SMC32" function="smc32_fast" />
14 <testcase name="Fast SMC64" function="smc64_fast" />
15 <testcase name="Yielding SMC32" function="smc32_yielding" />
16 <testcase name="Yielding SMC64" function="smc64_yielding" />
17 </testsuite>
18
19</testsuites>