Improve odoc tests to use mld file

This commit is contained in:
Rudi Grinberg 2018-01-23 23:55:25 +08:00
parent ba5ffbc414
commit 3b3f8afb4d
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