calrissian/rebar.config

17 lines
595 B
Text
Raw Normal View History

2014-04-24 04:47:45 +00:00
{erl_opts, [debug_info, {src_dirs, ["test/unit",
"test/integration",
"test/system"]}]}.
{lfe_first_files, []}.
{deps_dir, ["deps"]}.
{eunit_compile_opts, [
{src_dirs, ["test/unit",
"test/integration",
"test/system",
"src"]}
]}.
{deps, [
2014-08-22 02:40:41 +00:00
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", {tag, "v0.9.1"}}},
{lutil, ".*", {git, "https://github.com/lfex/lutil.git", {tag, "0.6.2"}}},
{ltest, ".*", {git, "git://github.com/lfex/ltest.git", {tag, "0.6.0"}}}
2014-04-24 04:47:45 +00:00
]}.