Skip to content

Commit

Permalink
Accept test results
Browse files Browse the repository at this point in the history
Signed-off-by: nojebar <[email protected]>
  • Loading branch information
nojb committed Mar 27, 2019
1 parent e546604 commit 4fd8134
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/blackbox-tests/test-cases/explicit_js_mode/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Don't know how to build foo.bc.js
[1]

$ dune clean
$ dune build --display short bar.bc.js
ocamldep .bar.eobjs/bar.ml.d
js_of_ocaml bar.bc.runtime.js
Expand All @@ -10,15 +11,22 @@
js_of_ocaml .js/stdlib/stdlib.cma.js
jsoo_link bar.bc.js

$ dune clean
$ dune build --display short @all
ocamlc bar.bc
ocamldep .bar.eobjs/bar.ml.d
js_of_ocaml bar.bc.runtime.js
js_of_ocaml .js/stdlib/stdlib.cma.js
ocamldep .cha.eobjs/cha.ml.d
ocamlc .cha.eobjs/byte/cha.{cmi,cmo,cmt}
ocamlc cha.bc
ocamldep .foo.eobjs/foo.ml.d
ocamlc .foo.eobjs/byte/foo.{cmi,cmo,cmt}
ocamlc foo.bc
ocamlc .bar.eobjs/byte/bar.{cmi,cmo,cmt}
js_of_ocaml .bar.eobjs/byte/bar.cmo.js
jsoo_link bar.bc.js
ocamlopt .cha.eobjs/native/cha.{cmx,o}
ocamlopt cha.exe
ocamlopt .foo.eobjs/native/foo.{cmx,o}
ocamlopt foo.exe
ocamlc bar.bc

0 comments on commit 4fd8134

Please sign in to comment.