Skip to content

Commit

Permalink
Merge pull request #27 from pysmt/yices_and_cudd_ci_tests
Browse files Browse the repository at this point in the history
Yices and cudd ci tests
  • Loading branch information
marcogario committed Mar 2, 2015
2 parents 5d056a0 + 60dd95d commit 1f50d94
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 165 deletions.
4 changes: 1 addition & 3 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ def check_install():
print("%s: \t %s" % (solver, is_installed))

if solver == required_solver and not is_installed:
assert "Was expecting to find %s installed" % required_solver


raise Exception("Was expecting to find %s installed" % required_solver)


def parse_options():
Expand Down

0 comments on commit 1f50d94

Please sign in to comment.