[erlang-questions] Running Test Suites and Generating Docs
Björn Gustavsson
bgustavsson@REDACTED
Mon Jan 4 17:12:24 CET 2010
On Mon, Jan 4, 2010 at 3:51 PM, Jayson Vantuyl <kagato@REDACTED> wrote:
> How do I run the test suites that come with OTP?
See http://wiki.github.com/erlang/otp/running-tests
> How do I generate the OTP docs? i can't seem to find any information in the build tree.
cd to the source for the documentation for an application/sub-system,
for example
cd erts/doc/src
and then do
make html
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-questions
mailing list