From 51ec4a0dc6aed0a0453bba8c57787e183bd72e2f Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 7 Jun 2018 14:26:00 +0700 Subject: [PATCH] Update tests Signed-off-by: Rudi Grinberg --- test/blackbox-tests/test-cases/odoc/run.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/blackbox-tests/test-cases/odoc/run.t b/test/blackbox-tests/test-cases/odoc/run.t index bd9eb6be..203240d0 100644 --- a/test/blackbox-tests/test-cases/odoc/run.t +++ b/test/blackbox-tests/test-cases/odoc/run.t @@ -6,9 +6,6 @@ odoc _doc/_odoc/pkg/bar/page-index.odoc odoc _doc/_html/bar/index.html odoc _doc/_html/odoc.css - ocamldep foo_byte.ml.d - ocamlc .foo_byte.objs/foo_byte.{cmi,cmo,cmt} - odoc _doc/_odoc/lib/foo.byte/foo_byte.odoc ocamldep foo.ml.d ocamlc .foo.objs/foo.{cmi,cmo,cmt} odoc _doc/_odoc/lib/foo/foo.odoc @@ -16,9 +13,12 @@ ocamlc .foo.objs/foo2.{cmi,cmo,cmt} odoc _doc/_odoc/lib/foo/foo2.odoc odoc _doc/_html/foo/Foo/.jbuilder-keep,_doc/_html/foo/Foo/index.html + ocamldep foo_byte.ml.d + ocamlc .foo_byte.objs/foo_byte.{cmi,cmo,cmt} + odoc _doc/_odoc/lib/foo.byte/foo_byte.odoc + odoc _doc/_html/foo/Foo_byte/.jbuilder-keep,_doc/_html/foo/Foo_byte/index.html odoc _doc/_odoc/pkg/foo/page-index.odoc odoc _doc/_html/foo/index.html - odoc _doc/_html/foo/Foo_byte/.jbuilder-keep,_doc/_html/foo/Foo_byte/index.html odoc _doc/_html/foo/Foo2/.jbuilder-keep,_doc/_html/foo/Foo2/index.html $ dune runtest --display short