Add meta tests makefiles
Introduce makefiles for 2 popular sets of tests: the standard tests
and the extensive ones.
Change-Id: I529a1583a1b20838c60f06654d3f47f4041fb9bc
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
diff --git a/tftf/tests/tests-extensive.mk b/tftf/tests/tests-extensive.mk
new file mode 100644
index 0000000..92eea35
--- /dev/null
+++ b/tftf/tests/tests-extensive.mk
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2018, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+# Run all standard tests, plus the extensive ones.
+include tftf/tests/tests-common.mk
+TESTS_MAKEFILE += tftf/tests/tests-psci-extensive.mk
+
+include ${TESTS_MAKEFILE}