libaec: enable tests

This commit is contained in:
Robert Scott 2023-10-06 23:06:25 +01:00
parent ba87b77b1a
commit a899a7bbe4

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
cmake
];
doCheck = true;
meta = with lib; {
homepage = "https://gitlab.dkrz.de/k202009/libaec";
description = "Adaptive Entropy Coding library";