From 726f8e6946f8ee36aca80b71dca10a5506445c35 Mon Sep 17 00:00:00 2001 From: Jon Meredith Date: Sat, 5 Dec 2009 15:18:09 -0700 Subject: Added support for eunit tests as test/*_tests.erl --- ebin/rebar.app | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ebin') 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 ]} ]} -- cgit v1.1