mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 08:25:37 +01:00
Run timing selftest on all platforms
Used to fail on our FreeBSD and Windows buildbots. Seems to be working at least on my Darwin physical machine and on my Windows VM with MSYS2 now.
This commit is contained in:
parent
03db6b0da1
commit
633c6b6485
@ -262,8 +262,7 @@ int main( int argc, char *argv[] )
|
||||
|
||||
/* Slow tests last */
|
||||
|
||||
/* Not stable enough on Windows and FreeBSD yet */
|
||||
#if __linux__ && defined(MBEDTLS_TIMING_C)
|
||||
#if defined(MBEDTLS_TIMING_C)
|
||||
if( ( ret = mbedtls_timing_self_test( v ) ) != 0 )
|
||||
return( ret );
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user