Skip to content

Commit

Permalink
Make output-obj test more reproducible (ocaml#1466)
Browse files Browse the repository at this point in the history
The relevant part of that test is the output of the runtest part.
How exactly it is built is not important and causes build failures on
Travis sometimes.

Closes ocaml#1463

Signed-off-by: Etienne Millon <me@emillon.org>
  • Loading branch information
emillon authored and shonfeder committed Dec 22, 2018
1 parent 0bebf20 commit 1345be4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions test/blackbox-tests/test-cases/output-obj/run.t
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
$ dune build --display short @all
ocamldep .test.eobjs/test.ml.d
ocamlc .test.eobjs/test.{cmi,cmo,cmt}
ocamlc test.bc.o
gcc static.bc
ocamlopt .test.eobjs/test.{cmx,o}
ocamlopt test.exe.o
gcc static.exe
ocamlc test.bc
ocamlc test.bc.so
ocamlopt test.exe
ocamlopt test$ext_dll
# ocamlc test.bc.c

$ dune build @all
$ dune build @runtest
dynamic alias runtest
OK: ./dynamic.exe ./test.bc.so
Expand Down

0 comments on commit 1345be4

Please sign in to comment.