Added functions
Added function
Added test suite functions
Added support for writing own test server frameworks.
Callback functions
Added the options
The
To make it possible to run all test from a script (like in
the OTP daily builds), the following is added:
This means that e.g. the following is possible:
Note that it is also possible to run tests with cover even
if you don't use
Own Id: OTP-4703
Removed module
Added config variable
No longer removing duplicates of test cases from test spec (incompatible).
Added function
Creation of html files for test suite source does no longer crash if suite contains more than 9999 lines of code.
Added functionality for cross cover compilation, i.e. collection of cover data from all tests.
Multiplying timetrap times with 10 when running with cover.
Added
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-5040