Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions plugins/qcheck-stm/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
(modules atomic))

(rule
(alias runtest)
(target atomic_tests.ml)
(package ortac-qcheck-stm)
(enabled_if
Expand All @@ -209,6 +210,17 @@
-o
%{target})))))

(rule
(alias runtest)
(target atomic_tests.ml)
(package ortac-qcheck-stm)
(enabled_if
(< %{ocaml_version} 5))
(action
(with-stdout-to
%{target}
(echo ""))))

(rule
(alias runtest)
(package ortac-qcheck-stm)
Expand Down
Loading