Add platform setup and teardown calls to test suites

Add a global platform context variable available for tests
This commit is contained in:
Andrzej Kurek 2018-04-13 05:15:17 -04:00
parent 4ca9a45756
commit 1152fa83f9
2 changed files with 20 additions and 0 deletions

View file

@ -109,6 +109,7 @@ static struct
}
test_info;
mbedtls_platform_context platform_ctx;
/*----------------------------------------------------------------------------*/
/* Helper flags for complex dependencies */