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 May 21, 2024
1 parent 98ea8a3 commit 000f318
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 @@ -58,6 +58,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 000f318

Please sign in to comment.