Skip to content

Commit

Permalink
Use the gospel file in examples
Browse files Browse the repository at this point in the history
This only tests the `qcheck-stm` plugin, but it was also the only one
modified with this new feature.
  • Loading branch information
n-osborne committed Mar 26, 2024
1 parent 003676c commit a52fd59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/dune
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
(rule
(copy varray_spec.mli varray_circular_spec.mli))

(rule
(alias runtest)
(package ortac-examples)
(targets varray_circular_spec.gospel)
(action
(run %{bin:gospel} check %{dep:varray_circular_spec.mli})))

(library
(name varray_circular_spec)
(modules varray_circular_spec)
Expand Down

0 comments on commit a52fd59

Please sign in to comment.