diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-26 17:56:54 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-23 16:22:06 +0200 |
commit | e75a97ad3328413d9ddbb91c75070c038c5b7875 (patch) | |
tree | aec9c84b36f201cd55236373ab4226712d470f78 /ebin | |
parent | 902dcdf3ff490cfde012864c8db4cf415e882e2e (diff) |
Add 'qc' cmd and rename eunit-compile to test-compile
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index b5e1be3..f4444a3 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -27,6 +27,7 @@ rebar_otp_app, rebar_port_compiler, rebar_protobuffs_compiler, + rebar_qc, rebar_rel_utils, rebar_reltool, rebar_require_vsn, @@ -73,6 +74,7 @@ rebar_otp_app, rebar_ct, rebar_eunit, + rebar_qc, rebar_escripter, rebar_edoc, rebar_shell, |