Skip to content

Commit

Permalink
Check ground models with Dolmen
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Aug 24, 2023
1 parent e9affab commit b66240a
Show file tree
Hide file tree
Showing 5 changed files with 1,221 additions and 1,149 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ runtest: gentest bin

# Run non-regression tests for the CI.
runtest-ci: gentest bin
dune build @runtest @runtest-quick @runtest-ci
dune build @runtest @runtest-quick @runtest-ci @check-models

# Promote new outputs of the tests.
promote:
Expand Down
1 change: 1 addition & 0 deletions alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dolmen" {>= "0.9"}
"dolmen_type" {>= "0.9"}
"dolmen_loop" {>= "0.9"}
"dolmen_bin" {with-test}
"ocplib-simplex" {>= "0.5"}
"zarith" {>= "1.4"}
"seq"
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(dolmen (>= 0.9))
(dolmen_type (>= 0.9))
(dolmen_loop (>= 0.9))
(dolmen_bin :with-test)
(ocplib-simplex (>= 0.5))
(zarith (>= 1.4))
seq
Expand Down
Loading

0 comments on commit b66240a

Please sign in to comment.