Skip to content

Commit

Permalink
[WIP] Add a runtime for qcheck-stm
Browse files Browse the repository at this point in the history
The runtime reimplement the QCheckSTM.Sequential.Make functor to use new
postcond function
  • Loading branch information
n-osborne committed Feb 12, 2024
1 parent c801fac commit 32b7d69
Show file tree
Hide file tree
Showing 18 changed files with 4,101 additions and 1,793 deletions.
18 changes: 18 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,24 @@
(conflicts
(result (< 1.5))))

(package
(name ortac-runtime-qcheck-stm)
(synopsis "Runtime support library for Ortac/QCheck-STM-generated code")
(description
"\> The ortac-runtime-qcheck-stm library provides support for the code
"\> generated by the Ortac/QCheck-STM plugin (provided by the
"\> ortac-qcheck-stm package).
"\>
"\> Ortac (OCaml Runtime Assertion Checking) is a tool to turn
"\> executable Gospel specifications into code to test they hold.
)
(authors "Nicolas Osborne <nicolas.osborne@tarides.com>")
(maintainers "Nicolas Osborne <nicolas.osborne@tarides.com>")
(depends
(ocaml (>= 4.11.0))
qcheck-stm
ortac-runtime))

(package
(name ortac-examples)
(synopsis
Expand Down
Loading

0 comments on commit 32b7d69

Please sign in to comment.