Skip to content

Commit

Permalink
Adding test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Dec 4, 2023
1 parent cdacde1 commit 644f2e9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/dune.inc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/smtlib/testfile-push-pop2.dolmen.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

unknown
11 changes: 11 additions & 0 deletions tests/smtlib/testfile-push-pop2.dolmen.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(set-logic ALL)

(declare-const x Int)

(push 1)
(assert (> x 0))
(push 1)
(pop 1)
(pop 1)
(assert (< x 0))
(check-sat)

0 comments on commit 644f2e9

Please sign in to comment.