tests: mbedtls: do not use TC_START for debugging
TC_START is used to evaluate output of tests and is used internally by ztest when a test starts, no need to call this manually here. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
126053c0e2
commit
e7af676be9
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ ZTEST_USER(mbedtls_fn, test_mbedtls)
|
||||||
mbedtls_platform_set_printf(MBEDTLS_PRINT);
|
mbedtls_platform_set_printf(MBEDTLS_PRINT);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TC_START("Performing mbedTLS crypto tests:");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The C standard doesn't guarantee that all-bits-0 is the representation
|
* The C standard doesn't guarantee that all-bits-0 is the representation
|
||||||
* of a NULL pointer. We do however use that in our code for initializing
|
* of a NULL pointer. We do however use that in our code for initializing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue