summaryrefslogtreecommitdiff
path: root/inttest
Commit message (Collapse)AuthorAgeFilesLines
* inttest: fix whitespace errorsTuncer Ayaz2012-08-1813-18/+5
|
* Fix warning in inttest/tplugins/tplugins_rt.erlTuncer Ayaz2012-07-011-1/+1
|
* Fix test: inttest/t_custom_configTuncer Ayaz2012-07-011-1/+1
|
* 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.
* Fix config handling in root_dirTim Watson2011-10-052-2/+13
| | | | | Avoid overwriting custom config (passed with -C) when we are processing the base_dir in rebar_core.
* Load plugins dynamically from sourceTim Watson2011-08-296-0/+63
| | | | | | | | | This patch updates rebar_core to look for missing plugins (i.e. those that aren't found on the code path at runtime) in a configurable plugin directory, and dynamically compile and load them at runtime. By default, the directory "plugins" is searched, although this can be overriden by setting the plugin_dir in your rebar.config.
* Respect the --config switch when givenTim Watson2011-08-183-0/+38
| | | | | | | | Currently the --config switch does not work because when loading a new rebar config the global setting is ignored for all paths. This patch provides a check when loading new rebar config to see whether or not the current config path matches the `base_dir` set in global conf, which produces the expected behaviour.
* Add pre and post script support for all commandsTim Watson2011-03-123-0/+52
| | | | | | | | | This change makes it possible to assign pre/post scripts to all rebar commands. This allows users fine grained control over when scripts and/or shell commands should be executed, where such extensions are absolutely needed. Several examples have been added to the rebar.config.sample file.
* Add -spec support to rebar_ct command lineTim Watson2011-02-213-0/+37
| | | | | | | | | | | | | This change adds support for executing ct test runs based on test specificiations, which was missing previously. The rebar_ct module now looks for any number of files with a name ending in `test.spec` and if it finds one or more, passes these after the `-spec` argument to ct_run instead of explicitly configuring the config, user config and coverage config variables. When no specifications are found, then the module behaves as it did before this change, and both the ct1 and (new) ct2 integration tests appear to show this is a backwards compatible patch.
* Fix warningTuncer Ayaz2011-01-311-1/+1
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Fix file existence checksTuncer Ayaz2011-01-291-1/+1
|
* Adding simple test suite for common_test functionalityDave Smith2010-06-222-0/+38
|
* Fix bug in tdeps2_rt test; app files were not getting module listDave Smith2010-06-211-6/+6
|
* Updating retestDave Smith2010-06-141-0/+0
| | | | | --HG-- extra : rebase_source : 5035f025b5873cedfb67e42159c5ce95b07c198d
* Adding test for new release generation overlay systemDave Smith2010-06-144-0/+51
| | | | | --HG-- extra : rebase_source : cd143fdf55773dcfbeeda687570b226def42e4f5
* Updating integration testsDave Smith2010-06-093-8/+16
| | | | | --HG-- extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532
* Adding another transitive dep testDave Smith2010-06-097-0/+72
| | | | | --HG-- extra : rebase_source : 1998dc102f89c3c809d5146c800218b5c5b6cba9
* Update retest w/ better handling of multi-statement shell commands; update ↵Dave Smith2010-06-082-5/+6
| | | | | | | tdeps1_rt to use it --HG-- extra : rebase_source : 010907d47b360288825cb9c841d62450700be225
* Updating retestDave Smith2010-06-081-0/+0
|
* Adding transitive deps test #1Dave Smith2010-06-086-0/+61
|
* Adding rt for bug 5Dave Smith2010-06-042-0/+29