Skip to content

Commit

Permalink
Fix jsoo cram tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Oct 16, 2017
1 parent 7232176 commit 7fdd163
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/blackbox-tests/test-cases/js_of_ocaml/run.t
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
$ $JBUILDER build -j1 --root . --dev bin/technologic.bc.js @install lib/x.cma.js lib/x__Y.cmo.js bin/z.cmo.js
ocamlopt .ppx/js_of_ocaml-ppx/ppx.exe
ocamlc lib/stubs.o
ocamlopt .ppx/js_of_ocaml-ppx/ppx.exe
ocamlc lib/x__.{cmi,cmo,cmt}
ppx bin/technologic.pp.ml
ppx bin/z.pp.ml
ocamlmklib lib/dllx_stubs.so,lib/libx_stubs.a
ppx lib/x.pp.ml
ppx lib/y.pp.ml
ocamlmklib lib/dllx_stubs.so,lib/libx_stubs.a
ppx bin/technologic.pp.ml
ppx bin/z.pp.ml
ocamlopt lib/x__.{cmx,o}
ocamldep bin/technologic.depends.ocamldep-output
ocamldep lib/x.depends.ocamldep-output
ocamldep bin/technologic.depends.ocamldep-output
ocamlc lib/x__Y.{cmi,cmo,cmt}
js_of_ocaml .js/js_of_ocaml/js_of_ocaml.cma.js
js_of_ocaml .js/stdlib/stdlib.cma.js
ocamlc lib/x__Y.{cmi,cmo,cmt}
js_of_ocaml lib/x__Y.cmo.js
ocamlopt lib/x__Y.{cmx,o}
ocamlc lib/x.{cmi,cmo,cmt}
ocamlopt lib/x.{cmx,o}
ocamlc bin/z.{cmi,cmo,cmt}
ocamlc lib/x.cma
ocamlc bin/z.{cmi,cmo,cmt}
ocamlopt lib/x.{a,cmxa}
js_of_ocaml bin/z.cmo.js
ocamlc bin/technologic.{cmi,cmo,cmt}
js_of_ocaml lib/x.cma.js
js_of_ocaml bin/technologic.bc.runtime.js
js_of_ocaml bin/z.cmo.js
ocamlc bin/technologic.{cmi,cmo,cmt}
ocamlopt lib/x.cmxs
js_of_ocaml bin/technologic.cmo.js
jsoo_link bin/technologic.bc.js
Expand All @@ -34,17 +34,17 @@
fix it
$ $JBUILDER build -j1 --root . bin/technologic.bc.js @install
ocamlc lib/x__.{cmi,cmo,cmt}
ocamlc lib/x__Y.{cmi,cmo,cmt}
ocamlopt lib/x__.{cmx,o}
ocamlc lib/x.{cmi,cmo,cmt}
ocamlc lib/x__Y.{cmi,cmo,cmt}
ocamlopt lib/x__Y.{cmx,o}
ocamlc lib/x.{cmi,cmo,cmt}
ocamlopt lib/x.{cmx,o}
ocamlc lib/x.cma
ocamlc bin/z.{cmi,cmo,cmt}
ocamlopt lib/x.{cmx,o}
ocamlc bin/technologic.{cmi,cmo,cmt}
ocamlopt lib/x.{a,cmxa}
ocamlc bin/technologic.bc
ocamlc bin/technologic.{cmi,cmo,cmt}
ocamlopt lib/x.cmxs
ocamlc bin/technologic.bc
js_of_ocaml bin/technologic.bc.js
$ $NODE ./_build/default/bin/technologic.bc.js
buy it
Expand Down

0 comments on commit 7fdd163

Please sign in to comment.