Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2010-06-09 | Improve documentation and fix minor problems | Peter Andersson | |
General documentation and code updates. | |||
2010-06-09 | Add run_test program for Common Test | Peter Andersson | |
Common Test may now be started with the program run_test instead of the legacy shell script with the same name. Minor updates have also been made to the Webtool application. | |||
2010-06-09 | Move 'node_start' and 'eval' terms into new 'init' term | Andrey Pampukha | |
node_start+eval -> init(node_start, eval) Also include some documentation updates. | |||
2010-06-09 | Changed return value tags for config file handling | Andrey Pampukha | |
Return value tags modified and various documentation updates made (work in progress). | |||
2010-06-09 | Bug fix: ct_config_xml now returns items in right order | Andrey Pampukha | |
2010-06-09 | Allow callbacks to take any list as parameter | Andrey Pampukha | |
2010-06-09 | Make ct_xml_config smarter | Peter Andersson | |
2010-06-09 | Add support for user config in common_test | Andrey Pampukha | |
Added: 1. ct_config, ct_config_plain and ct_config_xml modules. 2. support for {userconfig, {Callback, ConfigFiles}} parameter to ct:run_test/1 3. support for "-userconfig Callback ConfigFiles and OtherCallback ConfigFiles" parameter to the run_test script |