ocaml/testsuite/tests/tool-ocamldoc-open
Nicolás Ojeda Bär 3d7fc7530a Remove ocamltests files 2019-09-28 18:03:59 +02:00
..
Readme Ocamldoc: test for "-open" option 2016-06-18 11:49:28 +02:00
alias.ml Extend #960 to include ocamldoc -open 2016-12-21 01:48:57 +01:00
inner.ml Ocamldoc: test for "-open" option 2016-06-18 11:49:28 +02:00
main.latex.reference ocamltest conversion: ocamldoc, -open test 2018-03-06 11:58:11 +01:00
main.ml ocamltest conversion: ocamldoc, -open test 2018-03-06 11:58:11 +01:00
main.ocamldoc.latex.reference ocamltest conversion: ocamldoc, -open test 2018-03-06 11:58:11 +01:00

Readme

This test focuses on ocamldoc "-open" command line option.
It ensures that the modules passed as argument to this "-open" option
are opened in the initial environment of ocamldoc.

More precisely, it checks that

* both cmi files and inner modules can be opened
* modules are opened in the left-to-right order

The test builds a latex documentation file for the three modules
"Main", "Alias" and "Inner". Changes to ocamldoc latex output might
trigger spurious errors in this test.