Skip to content

Commit

Permalink
run only z3 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Sep 9, 2020
1 parent 9e70d55 commit 378adbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/hevm-tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ let
in
{
yulEquivalence-z3 = runWithSolver ./yul-equivalence.nix "z3";
yulEquivalence-cvc4 = runWithSolver ./yul-equivalence.nix "cvc4";
#yulEquivalence-cvc4 = runWithSolver ./yul-equivalence.nix "cvc4";

# z3 takes 3hrs to run these tests on a fast machine, and even then ~180 timeout
#smtChecker-z3 = runWithSolver ./smt-checker.nix "z3";
smtChecker-cvc4 = runWithSolver ./smt-checker.nix "cvc4";
smtChecker-z3 = runWithSolver ./smt-checker.nix "z3";
#smtChecker-cvc4 = runWithSolver ./smt-checker.nix "cvc4";
}

0 comments on commit 378adbf

Please sign in to comment.