Skip to content

Commit b7b5e6a

Browse files
Show how to run tests in readme as well
1 parent 6a10e83 commit b7b5e6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ brew install z3
1616
git clone git@github.com:RockingMat/egglog-smt.git
1717
cd egglog-smt
1818

19+
# To run the smt lib examples:
20+
env SMT_DEBUG=1 cargo run tests/smt-bool.egg
21+
env SMT_DEBUG=1 cargo run tests/smt-real.egg
22+
env SMT_DEBUG=1 cargo run tests/smt-bitvec.egg
23+
1924
# To run the SMT calculus example:
2025
env SMT_DEBUG=1 cargo run tests/smt-math.egg
2126
```

0 commit comments

Comments
 (0)