commit | 55abc215219ace39bc9c882a50ecd933bfc46663 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Mon Apr 18 18:18:48 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Apr 19 15:15:53 2016 +0100 |
tree | 69e9843d29d9116903954d0d76a020e9daa40fb1 | |
parent | 1ed9f99ef34493f6a7f3a11e813c4a223d1b26b7 [diff] [blame] |
Fix ci break in builds without platform.h
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 2eff043..6d4438d 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function
@@ -13,6 +13,8 @@ #define mbedtls_fprintf fprintf #define mbedtls_printf printf #define mbedtls_snprintf snprintf +#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS +#define MBEDTLS_EXIT_FAILURE EXIT_FAILURE #endif #if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C)