File tree Expand file tree Collapse file tree 8 files changed +1
-1319
lines changed
compiler/tests-check-prim Expand file tree Collapse file tree 8 files changed +1
-1319
lines changed Original file line number Diff line number Diff line change 4343 + toplevel.js
4444 % {dep: unix.bc}))))
4545
46- (rule
47- (targets main.5 .2. output)
48- (mode
49- (promote (until- clean)))
50- (enabled_if (and (>= % {ocaml_version} 5 .2 )(< % {ocaml_version} 5 .3 )))
51- (action
52- (with- stdout- to
53- % {targets}
54- (run
55- % {bin: js_of_ocaml}
56- check- runtime
57- + dynlink.js
58- + toplevel.js
59- % {dep: main.bc}))))
60-
61- (rule
62- (targets unix- Win32.5 .2. output)
63- (mode
64- (promote (until- clean)))
65- (enabled_if (and (>= % {ocaml_version} 5 .2 )(< % {ocaml_version} 5 .3 )(= % {os_type} Win32)))
66- (action
67- (with- stdout- to
68- % {targets}
69- (run
70- % {bin: js_of_ocaml}
71- check- runtime
72- + dynlink.js
73- + toplevel.js
74- % {dep: unix.bc}))))
75-
76- (rule
77- (targets unix- Unix.5 .2. output)
78- (mode
79- (promote (until- clean)))
80- (enabled_if (and (>= % {ocaml_version} 5 .2 )(< % {ocaml_version} 5 .3 )(= % {os_type} Unix)))
81- (action
82- (with- stdout- to
83- % {targets}
84- (run
85- % {bin: js_of_ocaml}
86- check- runtime
87- + dynlink.js
88- + toplevel.js
89- % {dep: unix.bc}))))
90-
91- (rule
92- (targets main.5 .3. output)
93- (mode
94- (promote (until- clean)))
95- (enabled_if (and (>= % {ocaml_version} 5 .3 )(< % {ocaml_version} 5 .4 )))
96- (action
97- (with- stdout- to
98- % {targets}
99- (run
100- % {bin: js_of_ocaml}
101- check- runtime
102- + dynlink.js
103- + toplevel.js
104- % {dep: main.bc}))))
105-
106- (rule
107- (targets unix- Win32.5 .3. output)
108- (mode
109- (promote (until- clean)))
110- (enabled_if (and (>= % {ocaml_version} 5 .3 )(< % {ocaml_version} 5 .4 )(= % {os_type} Win32)))
111- (action
112- (with- stdout- to
113- % {targets}
114- (run
115- % {bin: js_of_ocaml}
116- check- runtime
117- + dynlink.js
118- + toplevel.js
119- % {dep: unix.bc}))))
120-
121- (rule
122- (targets unix- Unix.5 .3. output)
123- (mode
124- (promote (until- clean)))
125- (enabled_if (and (>= % {ocaml_version} 5 .3 )(< % {ocaml_version} 5 .4 )(= % {os_type} Unix)))
126- (action
127- (with- stdout- to
128- % {targets}
129- (run
130- % {bin: js_of_ocaml}
131- check- runtime
132- + dynlink.js
133- + toplevel.js
134- % {dep: unix.bc}))))
135-
13646(rule
13747 (targets main.5 .4. output)
13848 (mode
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ let rule bc ocaml_version os_type =
8585 bc
8686
8787let () =
88- let versions : version list = [ `V4_14 ; `V5_2 ; `V5_3 ; ` V5_4 ] in
88+ let versions : version list = [ `V4_14 ; `V5_4 ] in
8989 set_binary_mode_out stdout true ;
9090 List. iter
9191 (fun ocaml_version ->
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments