mpsolve: run checks

This commit is contained in:
Alex Epelde
2026-05-13 15:25:12 +02:00
committed by Weijia Wang
parent 53ca911926
commit 14d90bda74
+7
View File
@@ -5,6 +5,7 @@
fetchpatch,
autoreconfHook,
bison,
check,
flex,
gitUpdater,
gmp,
@@ -56,6 +57,12 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
doCheck = true;
checkInputs = [ check ];
checkTarget = "check";
passthru.updateScript = gitUpdater { };
meta = {