calrissian/rebar.config

13 lines
441 B
Text
Raw Normal View History

2015-05-21 22:31:11 +00:00
{erl_opts, [debug_info, {src_dirs, ["test"]}]}.
2014-04-24 04:47:45 +00:00
{lfe_first_files, []}.
{deps_dir, ["deps"]}.
{eunit_compile_opts, [
2015-05-21 22:31:11 +00:00
{src_dirs, ["test"]}
2014-04-24 04:47:45 +00:00
]}.
{deps, [
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
2015-05-21 22:31:11 +00:00
{lutil, ".*", {git, "https://github.com/lfex/lutil.git", "master"}},
{ltest, ".*", {git, "git://github.com/lfex/ltest.git", "master"}},
{lcfg, ".*", {git, "git://github.com/lfex/lcfg.git", "master"}}
2014-04-24 04:47:45 +00:00
]}.