aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/Makefile
AgeCommit message (Collapse)Author
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2010-12-08Add testcase for SCB which does nothingLukas Larsson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
* peppe/common_test/dev/OTP-8753: Fix problem with prepared_tests tuple not being recognized Add verification terms to test suite Fix various test suite, makefile, and doc related problems Fix error in the repeat_until_* group property handling Add test suite for groups with repeat property Add verification events to sequence group test suite Fix error in handling of sequence groups Fix error in test suite Fix problems with sequences and sub-groups Add test cases to sequence suite Fix error with group term in ct:run_test/1 Add test suite to examplify problem with nested groups in a sequence
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