summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorJon Meredith <jon.hg@jonmeredith.com>2009-12-05 15:18:09 -0700
committerJon Meredith <jon.hg@jonmeredith.com>2009-12-05 15:18:09 -0700
commit726f8e6946f8ee36aca80b71dca10a5506445c35 (patch)
treec9c37f4a302e435c0a30400ec29604f25ff79df6 /ebin
parente7277e69f0d99b000b1ac1a34a07991d074cd505 (diff)
downloadrebar-726f8e6946f8ee36aca80b71dca10a5506445c35.tar.gz
Added support for eunit tests as test/*_tests.erl
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app7
1 files changed, 5 insertions, 2 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 07b0c72..bca0abc 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -5,11 +5,13 @@
rebar_app_utils,
rebar_config,
rebar_core,
- rebar_ct,
+ rebar_ct,
rebar_erlc_compiler,
+ rebar_eunit,
rebar_file_utils,
rebar_log,
rebar_otp_app,
+ rebar_port_compiler,
rebar_protobuffs_compiler,
rebar_port_compiler,
rebar_rel_utils,
@@ -30,7 +32,8 @@
rebar_erlc_compiler,
rebar_port_compiler,
rebar_otp_app,
- rebar_ct ]},
+ rebar_ct,
+ rebar_eunit]},
{rel_modules, [ rebar_reltool ]}
]}