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 111e2da commit 4aade13Copy full SHA for 4aade13
tests/dune
@@ -10,6 +10,7 @@
10
(rule
11
(alias runtest)
12
(package tiny_httpd_camlzip)
13
+ (enabled_if (= %{system} "linux"))
14
(action (diff echo1.expect echo1.out)))
15
16
@@ -23,6 +24,7 @@
23
24
25
26
(package tiny_httpd)
27
28
(action (diff sse_count.expect sse_count.out)))
29
30
@@ -37,6 +39,7 @@
37
39
38
40
41
42
43
(action (diff upload-out.expect upload-out)))
44
45
@@ -51,10 +54,12 @@
51
54
52
55
53
56
57
58
(action (diff dl-out.expect dl-out)))
59
60
61
62
(targets foo_50)
63
64
(action
65
(bash "dd if=/dev/zero of=%{targets} bs=1M count=50")))
0 commit comments