summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate fail_on_warning and refactor codeTuncer Ayaz2011-04-071-0/+6
|
* Clean up specsTuncer Ayaz2011-03-281-3/+0
|
* Remove unused record definitionTuncer Ayaz2011-03-281-2/+0
|
* Add -spec support to rebar_ct command lineTim Watson2011-02-211-1/+0
| | | | | | | | | | | | | 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.
* Overhaul env expansion so that rebar fully expands env refs prior to ↵Dave Smith2010-02-161-1/+1
| | | | invoking the shell script. Also now using DRV_* env vars for compilation/linking of files found in c_src; this frees up "normal" CFLAGS/LDFLAGS for usage in sub build scripts.
* Use init:stop/1 over halt/1 to ensure all I/O gets a chance to flushDave Smith2010-02-051-1/+1
|
* Include support for dialyzeriw2010-01-071-0/+2
|
* Adding ?ABORT macroDave Smith2009-12-281-0/+2
|
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-2/+8
|
* Adding support for basic compilation orderingDave Smith2009-11-251-0/+2
|
* Getting basic erlang compilation workingDave Smith2009-11-251-0/+2
|
* Initial commitDave Smith2009-11-251-0/+4