cvc5: enable tests

more thoroughness can be achieved by "enabling assertions"
but that will require more work to get passing
This commit is contained in:
Robert Scott
2024-08-18 14:56:37 +01:00
parent 91f18ea724
commit cde5405d2e
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
"-DANTLR3_JAR=${antlr3_4}/lib/antlr/antlr-3.4-complete.jar"
];
doCheck = true;
meta = with lib; {
description = "High-performance theorem prover and SMT solver";
mainProgram = "cvc5";