Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Dec 14, 2023
1 parent f8dfb4b commit 5c92eec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/all-rosette-tests.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
rosette/solver/smt/cvc5
rosette/solver/smt/bitwuzla
rosette/solver/smt/stp
rosette/solver/smt/yices-smt2
rosette/solver/smt/yices
"config.rkt")

(error-print-width default-error-print-width)
Expand Down Expand Up @@ -98,9 +98,9 @@
(printf "===== Running stp tests =====\n")
(run-tests-with-solver stp))

(when (yices-smt2-available?)
(printf "===== Running yices-smt2 tests =====\n")
(run-tests-with-solver yices-smt2))
(when (yices-available?)
(printf "===== Running Yices2 tests =====\n")
(run-tests-with-solver yices))
)

(module+ test
Expand Down

0 comments on commit 5c92eec

Please sign in to comment.