Skip to content

Commit e7e1add

Browse files
author
Jeremie Dimino
committed
_
1 parent 45a2da1 commit e7e1add

File tree

1 file changed

+2
-4
lines changed
  • test/blackbox-tests/test-cases/js_of_ocaml

1 file changed

+2
-4
lines changed

test/blackbox-tests/test-cases/js_of_ocaml/run.t

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
$ $JBUILDER build -j1 --root . --dev bin/technologic.bc.js @install lib/x.cma.js lib/x__Y.cmo.js bin/z.cmo.js
22
ocamlc lib/stubs.o
33
ocamlopt .ppx/js_of_ocaml-ppx/ppx.exe
4-
ocamlc lib/x__.{cmi,cmo,cmt}
4+
ocamlc lib/x__.{cmi,cmti}
55
ocamlmklib lib/dllx_stubs.so,lib/libx_stubs.a
66
ppx lib/x.pp.ml
77
ppx lib/y.pp.ml
88
ppx bin/technologic.pp.ml
99
ppx bin/z.pp.ml
10-
ocamlopt lib/x__.{cmx,o}
1110
ocamldep lib/x.pp.ml.d
1211
ocamldep lib/y.pp.ml.d
1312
ocamldep bin/technologic.pp.ml.d
@@ -35,8 +34,7 @@
3534
break it
3635
fix it
3736
$ $JBUILDER build -j1 --root . bin/technologic.bc.js @install
38-
ocamlc lib/x__.{cmi,cmo,cmt}
39-
ocamlopt lib/x__.{cmx,o}
37+
ocamlc lib/x__.{cmi,cmti}
4038
ocamlc lib/x__Y.{cmi,cmo,cmt}
4139
ocamlopt lib/x__Y.{cmx,o}
4240
ocamlc lib/x.{cmi,cmo,cmt}

0 commit comments

Comments
 (0)