Skip to content

Commit

Permalink
is yices2 working
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanumalla committed Dec 8, 2023
1 parent 3f01d86 commit 3a7fc3c
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 3a7fc3c

Please sign in to comment.