Skip to content

Commit 4610543

Browse files
committed
Add tuareg condition to windows test
1 parent 7fe1080 commit 4610543

File tree

1 file changed

+8
-0
lines changed
  • lib_eio_windows/test

1 file changed

+8
-0
lines changed

lib_eio_windows/test/dune

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
(* -*- tuareg -*- *)
2+
3+
let win32 = List.mem ("os_type", "Win32") Jbuild_plugin.V1.ocamlc_config
4+
5+
let () = Jbuild_plugin.V1.send @@ if not win32 then "" else {|
6+
17
(test
28
(name test)
39
(package eio_windows)
410
(enabled_if (= %{os_type} "Win32"))
511
(libraries alcotest eio.mock eio_windows))
12+
13+
|}

0 commit comments

Comments
 (0)