commit | dc28a5a10537da96d2e0da524c3490f7305bb16f | [log] [tgz] |
---|---|---|
author | Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com> | Tue Jul 18 11:45:28 2023 +0100 |
committer | Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com> | Tue Jul 18 11:45:28 2023 +0100 |
tree | 5703661a5f69e22bf2600a14a3a720b049c5d27d | |
parent | ebb40bc3367ad19c52a192d0e967492553a36fb9 [diff] [blame] |
Rename ASSERT_FALSE to TEST_FAIL Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
diff --git a/tests/include/test/macros.h b/tests/include/test/macros.h index 4d88029..6ddcb4c 100644 --- a/tests/include/test/macros.h +++ b/tests/include/test/macros.h
@@ -65,7 +65,7 @@ * * \param MESSAGE The message to be outputed on assertion */ -#define ASSERT_FALSE(MESSAGE) \ +#define TEST_FAIL(MESSAGE) \ do { \ mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \ goto exit; \