Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vcanumalla/add stp #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
is yices2 working
  • Loading branch information
vcanumalla committed Dec 8, 2023
commit 3a7fc3c6eba1a167befa996ad27d7e4ee8387713
10 changes: 5 additions & 5 deletions test/all-rosette-tests.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
; "base/vector.rkt"
; "base/bvseq.rkt"
; "base/forall.rkt"
; "base/bitvector.rkt"
"base/bitvector.rkt"
; "base/bvlib.rkt"
; "base/equality.rkt"
; "base/uninterpreted.rkt"
Expand All @@ -40,7 +40,7 @@
; "base/finitize.rkt"
; "base/distinct.rkt"
; "base/generics.rkt"
"base/push-pop.rkt"
; "base/push-pop.rkt"
; "base/optimize-order.rkt"
; "base/reflect.rkt"
; "base/decode.rkt"
Expand Down Expand Up @@ -95,9 +95,9 @@
(when (stp-available?)
(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-smt2-available?)
(printf "===== Running yices-smt2 tests =====\n")
(run-tests-with-solver yices-smt2))
)

(module+ test
Expand Down
Loading