Skip to content

Commit 8e155da

Browse files
committed
test: promote for new jsoo
the new jsoo compiler is outputting another command Signed-off-by: Rudi Grinberg <me@rgrinberg.com> ps-id: 992E7474-9A1B-41C6-A1A6-A6DC649078FB
1 parent 936c398 commit 8e155da

File tree

2 files changed

+3
-0
lines changed
  • test/blackbox-tests/test-cases/jsoo

2 files changed

+3
-0
lines changed

test/blackbox-tests/test-cases/jsoo/no-check-prim.t/run.t

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Compilation using jsoo
1111
ocamldep bin/.technologic.eobjs/z.ml.d
1212
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1313
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
14+
js_of_ocaml .js/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js
1415
js_of_ocaml .js/js_of_ocaml/js_of_ocaml.cma.js
1516
js_of_ocaml .js/stdlib/stdlib.cma.js
1617
ocamlopt lib/.x.objs/native/x__Y.{cmx,o}

test/blackbox-tests/test-cases/jsoo/simple.t/run.t

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Compilation using jsoo
1313
ocamlmklib lib/dllx_stubs.so,lib/libx_stubs.a
1414
ocamlopt lib/.x.objs/native/x__.{cmx,o}
1515
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
16+
js_of_ocaml .js/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js
1617
js_of_ocaml .js/js_of_ocaml/js_of_ocaml.cma.js
1718
js_of_ocaml .js/stdlib/stdlib.cma.js
1819
ocamlopt lib/.x.objs/native/x__Y.{cmx,o}
@@ -74,6 +75,7 @@ Compilation using jsoo with disable_dynamically_linked_foreign_archives = true
7475
ocamlmklib lib/libx_stubs.a
7576
ocamlopt lib/.x.objs/native/x__.{cmx,o}
7677
ocamlc lib/.x.objs/byte/x__Y.{cmi,cmo,cmt}
78+
js_of_ocaml .js/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js
7779
js_of_ocaml .js/js_of_ocaml/js_of_ocaml.cma.js
7880
js_of_ocaml .js/stdlib/stdlib.cma.js
7981
ocamlopt lib/.x.objs/native/x__Y.{cmx,o}

0 commit comments

Comments
 (0)