tests: Add macros.h include file
Just adding an empty file. The purpose of this header
file is to contain the definition of generic macros
used for the purpose of testing.
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function
index 5ed37da..fe398e2 100644
--- a/tests/suites/helpers.function
+++ b/tests/suites/helpers.function
@@ -2,6 +2,8 @@
/*----------------------------------------------------------------------------*/
/* Headers */
+#include <test/macros.h>
+
#include <stdlib.h>
#if defined(MBEDTLS_PLATFORM_C)