summaryrefslogtreecommitdiff
path: root/src/rebar_qc.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-1/+1
| | | | | | | | | If you happen to fetch a zip archive of the git repo and try to build from that, you may, for example, ask erlc to build src/._rebar.erl. ._* are OS X resource forks and not real .erl files. This may also happen with network filesystems on OS X. To fix that, limit the files compiled by rebar to include only those which start with a letter or a digit.
* Wrap cover:stop() call as rebar_cover_utils:exit/0Tuncer Ayaz2014-06-141-1/+1
|
* Add code coverage analysis functionality to `qc'Andras Horvath2014-06-141-7/+32
| | | | | | | - Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc'
* Fix 'rebar help clean' function_clause errorgoofansu2014-04-121-1/+4
| | | | Missing info(help, clean) in rebar_qc.erl.
* Merge pull request #215 from tuncer/experimentalJared Morrow2014-01-161-2/+1
|\ | | | | Remove experimental flags
| * Remove experimental flagsTuncer Ayaz2014-01-141-2/+1
| | | | | | | | | | | | | | | | Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests=
* | Document compile_only=trueTuncer Ayaz2014-01-141-1/+3
|/
* Add support for QuickCheck MiniKrzysztof Rutka2013-03-251-0/+1
|
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+16
| | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message
* Add missing rebar_qc:clean/2Joseph Wayne Norton2012-11-231-1/+4
|
* rebar_qc: ensure_dir/1 the same way as in rebar_eunitTuncer Ayaz2012-08-091-1/+5
|
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-6/+11
|
* Separate eunit and qc compile optionsTuncer Ayaz2012-08-091-1/+1
|
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-0/+11
|
* rebar_qc: use lists:flatmap/2Tuncer Ayaz2012-08-081-1/+2
|
* rebar_qc: fix #292 (Reported-by: Brian L. Troutwine)Tuncer Ayaz2012-08-081-1/+7
|
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-0/+140