Skip to content

Commit

Permalink
rebar.config small changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstar committed May 31, 2011
1 parent 59d5cc3 commit 46362ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{app,[erldis]}.
{erl_opts, [{i, "include"}, {src_dirs, ["src"]}]}.
{erl_opts, [debug_info]}.

{eunit_compile_opts, [{src_dirs, ["test"]}]}.
{cover_enabled, true}.
{clean_files, ["ebin/*.beam", "priv/log/*", "rel/*"]}.
Expand Down

0 comments on commit 46362ce

Please sign in to comment.