summaryrefslogtreecommitdiff
path: root/inttest/ct1
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-304-51/+0
|
* Fix bug 271varnerac-ubnt2014-06-274-1/+12
| | | | | | | | | | 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.
* inttest: fix whitespace errorsTuncer Ayaz2012-08-181-1/+0
|
* Add support for customising common test directoryTim Watson2011-12-282-1/+4
| | | | | | | 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-222-0/+38