Skip to content

Commit 5d9111e

Browse files
committed
add mdx to windows dune file
1 parent 0777723 commit 5d9111e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
(eio (= :version))
5959
(fmt (>= 0.8.9))
6060
(kcas (and (>= 0.3.0) :with-test))
61+
(mdx (and (>= 2.4.1) :with-test))
6162
(alcotest (and (>= 1.7.0) :with-test))))
6263
(package
6364
(name eio_main)

eio_windows.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"eio" {= version}
1414
"fmt" {>= "0.8.9"}
1515
"kcas" {>= "0.3.0" & with-test}
16+
"mdx" {>= "2.4.1" & with-test}
1617
"alcotest" {>= "1.7.0" & with-test}
1718
"odoc" {with-doc}
1819
]

lib_eio_windows/test/dune

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
(mdx
2+
(package eio_windows)
3+
(enabled_if (= %{os_type} "Win32"))
4+
(deps (package eio_windows)))
5+
16
(test
27
(name test)
38
(package eio_windows)

0 commit comments

Comments
 (0)