Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap cover:stop() call as rebar_cover_utils:exit/0 | Tuncer Ayaz | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Add code coverage analysis functionality to `qc' | Andras Horvath | 2014-06-14 | 1 | -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 error | goofansu | 2014-04-12 | 1 | -1/+4 |
| | | | | Missing info(help, clean) in rebar_qc.erl. | ||||
* | Merge pull request #215 from tuncer/experimental | Jared Morrow | 2014-01-16 | 1 | -2/+1 |
|\ | | | | | Remove experimental flags | ||||
| * | Remove experimental flags | Tuncer Ayaz | 2014-01-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests= | ||||
* | | Document compile_only=true | Tuncer Ayaz | 2014-01-14 | 1 | -1/+3 |
|/ | |||||
* | Add support for QuickCheck Mini | Krzysztof Rutka | 2013-03-25 | 1 | -0/+1 |
| | |||||
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 1 | -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/2 | Joseph Wayne Norton | 2012-11-23 | 1 | -1/+4 |
| | |||||
* | rebar_qc: ensure_dir/1 the same way as in rebar_eunit | Tuncer Ayaz | 2012-08-09 | 1 | -1/+5 |
| | |||||
* | Use separate dirs for eunit and qc | Tuncer Ayaz | 2012-08-09 | 1 | -6/+11 |
| | |||||
* | Separate eunit and qc compile options | Tuncer Ayaz | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Replace test-compile with compile_only=true option | Tuncer Ayaz | 2012-08-09 | 1 | -0/+11 |
| | |||||
* | rebar_qc: use lists:flatmap/2 | Tuncer Ayaz | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | rebar_qc: fix #292 (Reported-by: Brian L. Troutwine) | Tuncer Ayaz | 2012-08-08 | 1 | -1/+7 |
| | |||||
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -0/+140 |