Skip to content

Commit

Permalink
Add domain tests to lwt_domain package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored and raphael-proust committed Jun 9, 2022
1 parent 6d98007 commit c94105e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/domain/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
(executable
(name main)
(package lwt_domain)
(public_name lwt_domain)
(libraries lwt_domain lwttester tester))

(alias
(name runtest)
(package lwt_domain)
(action (run %{exe:main.exe}))
)
(action (run %{exe:main.exe})))

0 comments on commit c94105e

Please sign in to comment.