summaryrefslogtreecommitdiff
path: root/inttest/ct1/ct1_rt.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 271varnerac-ubnt2014-06-271-0/+2
| | | | | | | | | | Moves ct_extra_params to the end of the generated ct_run command. This allows users to pass commands to the underlying emulator using -erl_args. The included rt test demonstrates that it is possible to pass an addtional option to ct_run and -erl_args at the same time. Finally, the test executes in regular and verbose modes because rebar constructs the ct_run command differently in verbose mode.
* Add support for customising common test directoryTim Watson2011-12-281-1/+2
| | | | | | | This patch allows users to specify the directory in which common_test source files can be found. Most common_test suites are integration, rather than unit tests and keeping the sources apart from test sources for other frameworks such as eunit and PropEr is a useful feature.
* Adding simple test suite for common_test functionalityDave Smith2010-06-221-0/+27