Skip to content

Commit

Permalink
Pull in fix for #872 and add a test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Apr 14, 2021
1 parent 9b51cd1 commit 0e52056
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions intTests/test0068_zerobv/test.saw
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// test case for github issue https://github.com/GaloisInc/saw-script/issues/872

prove_print z3 {{ \(x:[0]) y z -> x * (y + z) == x*y + x*z }};
print "z3 OK";

prove_print w4 {{ \(x:[0]) y z -> x * (y + z) == x*y + x*z }};
print "w4 OK";
3 changes: 3 additions & 0 deletions intTests/test0068_zerobv/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set -e

$SAW test.saw

0 comments on commit 0e52056

Please sign in to comment.