polyml: enable tests

This commit is contained in:
someplaceguy 2023-10-30 16:05:42 +00:00
parent 69d4020bbb
commit 3e320a2ada

View file

@ -31,6 +31,14 @@ stdenv.mkDerivation rec {
"--with-gmp" "--with-gmp"
]; ];
doCheck = true;
checkPhase = ''
runHook preCheck
make check
runHook postCheck
'';
meta = with lib; { meta = with lib; {
description = "Standard ML compiler and interpreter"; description = "Standard ML compiler and interpreter";
longDescription = '' longDescription = ''