Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for #177 #21

Merged
merged 3 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
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
13 changes: 5 additions & 8 deletions ortac-examples/dune
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
(rule
(copy %{lib:lwt-dllist:lwt_dllist.ml} lwt_dllist_spec.ml))

(library
(name lwt_dllist_spec)
(modules lwt_dllist_spec)
(flags
(:standard -w -69))
(package ortac-examples)
(libraries lwt-dllist))
(package ortac-examples))

(test
(name lwt_dllist_tests)
Expand All @@ -14,11 +16,6 @@
qcheck-stm.stm
qcheck-stm.sequential
ortac-runtime)
(package ortac-examples))

(rule
(alias runtest)
(package ortac-examples)
(deps lwt_dllist_tests.exe)
(action
(run ./%{deps} --verbose)))
(run %{test} --verbose)))
203 changes: 0 additions & 203 deletions ortac-examples/lwt_dllist_spec.ml

This file was deleted.