File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
test/blackbox-tests/test-cases/js_of_ocaml Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
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}
You can’t perform that action at this time.
0 commit comments