Merge pull request #442 from ocaml/fix-odoc-tests

Test custom mld usage in odoc tests
This commit is contained in:
Rudi Grinberg 2018-01-24 19:31:36 +08:00 committed by GitHub
commit bf859639ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -6,13 +6,17 @@
odoc _doc/odoc.css
ocamlc foo_byte.{cmi,cmo,cmt}
odoc _doc/foo.byte/page-index.odoc
odoc _doc/foo.byte/page-test.odoc
ocamlc foo.{cmi,cmo,cmt}
odoc _doc/foo/page-index.odoc
odoc _doc/foo/page-test.odoc
odoc _doc/foo.byte/foo_byte.odoc
odoc _doc/foo/foo.odoc
odoc _doc/foo.byte/index.html
odoc _doc/foo.byte/test.html
odoc _doc/foo.byte/Foo_byte/.jbuilder-keep,_doc/foo.byte/Foo_byte/index.html
odoc _doc/foo/index.html
odoc _doc/foo/test.html
odoc _doc/foo/Foo/.jbuilder-keep,_doc/foo/Foo/index.html
$ $JBUILDER runtest -j1 --root .
<!DOCTYPE html>

View File

@ -0,0 +1 @@
this is an mld file