diff --git a/test/blackbox-tests/test-cases/output-obj/dune b/test/blackbox-tests/test-cases/output-obj/dune index cbd2b2ec5ae0..d6d341a34588 100644 --- a/test/blackbox-tests/test-cases/output-obj/dune +++ b/test/blackbox-tests/test-cases/output-obj/dune @@ -1,15 +1,3 @@ -(alias - (name all) - (deps test.bc - test.exe -; test.bc.c - test.bc%{ext_obj} - test.exe%{ext_obj} - test.bc%{ext_dll} - test%{ext_dll} - static.bc - static.exe)) - (executable (name test) (modes (byte exe ) diff --git a/test/blackbox-tests/test-cases/output-obj/run.t b/test/blackbox-tests/test-cases/output-obj/run.t index f0cc0d1cad31..a5a14a3b80d8 100644 --- a/test/blackbox-tests/test-cases/output-obj/run.t +++ b/test/blackbox-tests/test-cases/output-obj/run.t @@ -1,17 +1,3 @@ - $ 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 @runtest dynamic alias runtest OK: ./dynamic.exe ./test.bc.so