aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
AgeCommit message (Expand)Author
2012-03-26Merge remote branch 'origin/peppe/common_test/otp-9988_9871.merged' into maintPeter Andersson
2012-03-21Document the create_priv_dir option for ct:run_test/1Peter Andersson
2012-03-21Implement support for user controlled timetrapsPeter Andersson
2012-03-13Change the option name 'unique_priv_dir' to 'create_priv_dir'Peter Andersson
2012-03-13Make it possible to use unique priv_dir namesPeter Andersson
2012-03-08Fix problem with buffered DOWN messagesPeter Andersson
2012-03-06Correct wrong location printout for ct:fail/1/2Peter Andersson
2011-12-09Merge remote branch 'origin/peppe/common_test/capture_io'Peter Andersson
2011-12-08Fix error in documentationPeter Andersson
2011-12-08Create ct interface to the test_server:capture_* functionsPeter Andersson
2011-12-02Implement the group info functionPeter Andersson
2011-12-02Add ct:comment/2 functionPeter Andersson
2011-11-30Add ct:fail/2 functionPeter Andersson
2011-10-04Merge branch 'dev' into majorLukas Larsson
2011-09-29Add documentation on timetraps and start flagsPeter Andersson
2011-09-23Introduce new 'logopts' flagPeter Andersson
2011-09-20Add documentation for cth_log_redirect and built-in hooksLukas Larsson
2011-04-28Fix problems with timetrap handling in common_test:Peter Andersson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2011-02-17Add documentation for SCBsLukas Larsson
2010-11-29Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson
2010-10-14Update get_status doc to include no_tests_runningLukas Larsson
2010-07-06Add documentation for group specifications and for the label optionPeter Andersson
2010-06-11Merge branch 'peppe/common_test_r14_dev_2' into devErlang/OTP
2010-06-09Minor fixes in code and test suitesPeter Andersson
2010-06-09Add support for dynamic timetrap handlingPeter Andersson
2010-06-09Add event_handler_init start flag that can pass init arguments to event handlersPeter Andersson
2010-06-09Implement support for user controllable timetrap parameters (multiply and scale)Peter Andersson
2010-06-09Add run_test program for Common TestPeter Andersson
2010-06-09Add test suites for ct_masterAndrey Pampukha
2010-06-09Add support for user_config in ct_masterAndrey Pampukha
2010-06-09Add functions for adding and removing config handlersAndrey Pampukha
2010-06-09Implement reloading of the config dataAndrey Pampukha
2010-06-09Remove configuration handling from ct_util completelyAndrey Pampukha
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP