Skip to content

Commit

Permalink
Add alt-ergo as a dependency for cram tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 6, 2023
1 parent d512319 commit 0780419
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/plugins/AB-Why3/preludes/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
)

(cram
(package alt-ergo)
(alias runtest-ci)
(deps b-set-theory-prelude-2018-09-28.ae b-set-theory-prelude-2020-02-28.ae))
(deps
%{bin:alt-ergo}
b-set-theory-prelude-2018-09-28.ae
b-set-theory-prelude-2020-02-28.ae
)
)
9 changes: 8 additions & 1 deletion src/preludes/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
)

(cram
(package alt-ergo)
(alias runtest-ci)
(deps fpa-theory-2017-01-04-16h00.ae fpa-theory-2019-06-14-11h00.ae fpa-theory-2019-10-08-19h00.ae))
(deps
%{bin:alt-ergo}
fpa-theory-2017-01-04-16h00.ae
fpa-theory-2019-06-14-11h00.ae
fpa-theory-2019-10-08-19h00.ae
)
)

0 comments on commit 0780419

Please sign in to comment.