Skip to content

Commit

Permalink
tests: update dune files to only run on the correct package (#68)
Browse files Browse the repository at this point in the history
* zarr-sync tests: update dune file to only run on the correct package

* zarr {,-eio,-lwt} tests: update dune file to only run on the correct package
  • Loading branch information
mseri authored Sep 5, 2024
1 parent 791d463 commit 864ad6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions zarr-eio/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
(libraries
zarr-eio
ounit2)
(package zarr-eio)
(preprocess
(pps ppx_deriving.show)))
1 change: 1 addition & 0 deletions zarr-lwt/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
(libraries
zarr-lwt
ounit2)
(package zarr-lwt)
(preprocess
(pps ppx_deriving.show)))
1 change: 1 addition & 0 deletions zarr-sync/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
(libraries
zarr-sync
ounit2)
(package zarr-sync)
(preprocess
(pps ppx_deriving.show)))
1 change: 1 addition & 0 deletions zarr/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
(libraries
zarr
ounit2)
(package zarr)
(preprocess
(pps ppx_deriving.show)))

0 comments on commit 864ad6d

Please sign in to comment.