diff options
author | Andras Horvath <andras.horvath@erlang-solutions.com> | 2013-04-24 21:43:07 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-06-14 19:23:45 +0200 |
commit | 4a6dc223b7a53acf99ffebeab95daef6f57f4be1 (patch) | |
tree | d36e2d379036a1ba2a97fefec0fa0f683b130d49 /ebin | |
parent | 6a4d80e385d042c392e0e5c87fc1c4f479cb129a (diff) |
Add code coverage analysis functionality to `qc'
- 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'
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 29ad8cf..cc9f751 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -14,6 +14,7 @@ rebar_cleaner, rebar_config, rebar_core, + rebar_cover_utils, rebar_ct, rebar_deps, rebar_edoc, |