Skip to content

Commit

Permalink
Adding missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 17, 2023
1 parent b964002 commit 455ece9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 253 deletions.
257 changes: 4 additions & 253 deletions tests/dune.inc

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

5 changes: 5 additions & 0 deletions tests/float/test_float3.fpa.ae
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
logic x : real

axiom ax : 1.0 <= x

goal g : float(4, 4, NearestTiesToEven, 1.0) <= float(4, 4, NearestTiesToEven, x)
2 changes: 2 additions & 0 deletions tests/float/test_float3.fpa.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

unsat

0 comments on commit 455ece9

Please sign in to comment.