We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe1080 commit 4610543Copy full SHA for 4610543
lib_eio_windows/test/dune
@@ -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
7
(test
8
(name test)
9
(package eio_windows)
10
(enabled_if (= %{os_type} "Win32"))
11
(libraries alcotest eio.mock eio_windows))
12
13
+|}
0 commit comments