From 7fdd163460a14bd7a42ba7714af0efd71a0b6390 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 16 Oct 2017 10:38:11 +0800 Subject: [PATCH] Fix jsoo cram tests --- .../test-cases/js_of_ocaml/run.t | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/test/blackbox-tests/test-cases/js_of_ocaml/run.t b/test/blackbox-tests/test-cases/js_of_ocaml/run.t index 05275e2dc47b..bb357cb056da 100644 --- a/test/blackbox-tests/test-cases/js_of_ocaml/run.t +++ b/test/blackbox-tests/test-cases/js_of_ocaml/run.t @@ -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 @@ -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