Skip to content

Commit

Permalink
add mdx to windows dune file
Browse files Browse the repository at this point in the history
  • Loading branch information
kentookura committed Jun 17, 2024
1 parent 0777723 commit 5d9111e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
(eio (= :version))
(fmt (>= 0.8.9))
(kcas (and (>= 0.3.0) :with-test))
(mdx (and (>= 2.4.1) :with-test))
(alcotest (and (>= 1.7.0) :with-test))))
(package
(name eio_main)
Expand Down
1 change: 1 addition & 0 deletions eio_windows.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"eio" {= version}
"fmt" {>= "0.8.9"}
"kcas" {>= "0.3.0" & with-test}
"mdx" {>= "2.4.1" & with-test}
"alcotest" {>= "1.7.0" & with-test}
"odoc" {with-doc}
]
Expand Down
5 changes: 5 additions & 0 deletions lib_eio_windows/test/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
(mdx
(package eio_windows)
(enabled_if (= %{os_type} "Win32"))
(deps (package eio_windows)))

(test
(name test)
(package eio_windows)
Expand Down

0 comments on commit 5d9111e

Please sign in to comment.