mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-31 01:21:09 +02:00
MinGW uses a legacy printf by default which doesn't support the `z` modifier for `size_t`. Skip these test cases on MinGW. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>