mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-17 20:23:00 -04:00

Move test macros previously located in `suites/helpers.function` to `include/test/macros.h`. This makes these test infrastructure macros available for use in other parts of the test infrastructure at compile time as opposed to run time. This commit is a simple cut and paste from one file to the other. Signed-off-by: Chris Jones <christopher.jones@arm.com>