Add some tests for all types of SMCs
Exercise all combinations of SMCs: fast or yielding, SMC32 or SMC64
calling convention, from a 32-bit caller or a 64-bit one.
Change-Id: I6d23549818db7f1b3fd0cb4b46e5a592b04b5289
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/tftf/tests/tests-smc.mk b/tftf/tests/tests-smc.mk
new file mode 100644
index 0000000..8496cd1
--- /dev/null
+++ b/tftf/tests/tests-smc.mk
@@ -0,0 +1,7 @@
+#
+# Copyright (c) 2018, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+TESTS_SOURCES += tftf/tests/runtime_services/generic/generic_smc.c