Attest: Rename files to follow naming convention
In TF-M test suites the source files only contain the name of the
tested partition only in abbreviated format. Rename the non-compliant
files in attestation test suite to maintain consistency in the
repository.
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I28e5b80b6d4c3f012fb897194912ebc41a24897a
diff --git a/test/framework/secure_suites.c b/test/framework/secure_suites.c
index d89d27b..dc574c0 100644
--- a/test/framework/secure_suites.c
+++ b/test/framework/secure_suites.c
@@ -13,7 +13,7 @@
#include "test/suites/ps/secure/ps_tests.h"
#include "test/suites/its/secure/its_s_tests.h"
#include "test/suites/audit/secure/audit_s_tests.h"
-#include "test/suites/attestation/secure/attestation_s_tests.h"
+#include "test/suites/attestation/secure/attest_s_tests.h"
#include "test/suites/crypto/secure/crypto_s_tests.h"
#include "test/suites/ipc/secure/ipc_s_tests.h"
#include "test/suites/platform/secure/platform_s_tests.h"