aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/Makefile
AgeCommit message (Collapse)Author
2010-09-06Fix various test suite, makefile, and doc related problemsPeter Andersson
2010-09-02Add test suite to examplify problem with nested groups in a sequencePeter Andersson
2010-08-13Use proper install methodMartti Kuparinen
Only real program files should be installed with INSTALL_PROGRAM while scripts should be installed with INSTALL_SCRIPT and data files with INSTALL_DATA.
2010-07-06Implement handling of group specificationsPeter Andersson
It's possible now to specify execution of test case groups (and test cases within groups) by means of run_test options and test specification terms. From test specifications, groups (and test cases) may also be skipped. ct_run has been improved to report errors better. New test suites have been introduced.
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
Directories added with run_test -pa or -pz in the pre erl_args part of the command line will be converted from relative to absolute, this to avoid confusion when Common Test switches working directory during the test run. Also fixed in this commit: Problem with timeouts during init_tc or end_tc (in the Test Server framework).
2010-06-09Add test suite for remote loading of binary suitesPeter Andersson
2010-06-09Add support for dynamic timetrap handlingPeter Andersson
2010-06-09Add test suites for ct_masterAndrey Pampukha
Also includes minor documentation updates.
2010-06-09Added config test suite for CTAndrey Pampukha
2010-02-17OTP-8311: Various updates and fixes in Common Test and Test ServerPeter Andersson