Merge pull request #335614 from risicle/ris-cvc5-tests

cvc5: enable tests
This commit is contained in:
Robert Scott 2024-08-24 21:23:48 +01:00 committed by GitHub
commit ace13532a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";