xlat v2: Add unit tests

Add basic unit tests for the xlat tables library v2.

Change-Id: I814470d2aceec8a7d1da5190c7c5b355178b1a54
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
diff --git a/tftf/tests/tests-xlat-v2.xml b/tftf/tests/tests-xlat-v2.xml
new file mode 100644
index 0000000..919c317
--- /dev/null
+++ b/tftf/tests/tests-xlat-v2.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  Copyright (c) 2019, Arm Limited. All rights reserved.
+
+  SPDX-License-Identifier: BSD-3-Clause
+-->
+
+<testsuites>
+
+    <testsuite name="Translation tables library v2 tests"
+               description="Unit tests to validate the translation tables library v2">
+    <testcase name="xlat v2: Basic tests" function="xlat_lib_v2_basic_test" />
+  </testsuite>
+
+</testsuites>