mbedtls: run tests

This commit is contained in:
Raphael Robatsch 2023-08-06 12:22:57 +02:00
parent 48b67359a3
commit 0d3898fdf6

View file

@ -42,6 +42,12 @@ stdenv.mkDerivation rec {
"-DGEN_FILES=off"
];
doCheck = true;
# Parallel checking causes test failures
# https://github.com/Mbed-TLS/mbedtls/issues/4980
enableParallelChecking = false;
meta = with lib; {
homepage = "https://www.trustedfirmware.org/projects/mbed-tls/";
changelog = "https://github.com/Mbed-TLS/mbedtls/blob/${pname}-${version}/ChangeLog";