Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 271 | varnerac-ubnt | 2014-06-27 | 4 | -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 errors | Tuncer Ayaz | 2012-08-18 | 1 | -1/+0 |
| | |||||
* | Add support for customising common test directory | Tim Watson | 2011-12-28 | 2 | -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 functionality | Dave Smith | 2010-06-22 | 2 | -0/+38 |