Skip to content

Commit

Permalink
Add sanitization to JSOO test
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos committed Jul 23, 2020
1 parent c6dec37 commit 4990959
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/blackbox-tests/test-cases/jsoo/simple.t/run.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Compilation using jsoo

$ dune build --display short bin/technologic.bc.js @install
ocamlc lib/stubs.o
$ dune build --display short bin/technologic.bc.js @install 2>&1 | \
> sed s,^\ *$(ocamlc -config-var c_compiler),\ \ C_COMPILER,g
C_COMPILER lib/stubs.o
ocamlopt .ppx/7b799aed44581cc79b02033532c5f775/ppx.exe
ocamlc lib/.x.objs/byte/x__.{cmi,cmo,cmt}
js_of_ocaml .js/stdlib/std_exit.cmo.js
Expand Down

0 comments on commit 4990959

Please sign in to comment.