David Horstmann 75b1fe7199 Refactor ARIA_SELF_TEST_IF_FAIL macro
Change the ARIA_SELF_TEST_IF_FAIL macro to be more code-style friendly.
Currently it expands to the body of an if statement, which causes
problems for automatic brace-addition for if statements.

Convert the macro to a function-like macro that takes the condition as
an argument and expands to a full if statement inside a do {} while (0)
idiom.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2022-10-25 16:36:03 +01:00
..
2022-10-25 16:36:03 +01:00
2022-07-11 10:43:55 +01:00
2022-05-09 11:03:26 +02:00
2022-10-07 15:47:39 +02:00
2021-12-15 11:55:31 +00:00
2021-12-13 11:14:45 +00:00
2021-11-30 14:49:19 +01:00
2022-03-29 17:56:55 +02:00