mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 19:19:57 +00:00
21 lines
751 B
Text
21 lines
751 B
Text
|
{erl_opts, [debug_info, {src_dirs, ["test/unit",
|
||
|
"test/integration",
|
||
|
"test/system"]}]}.
|
||
|
{lfe_first_files, []}.
|
||
|
{deps_dir, ["deps"]}.
|
||
|
{plugins, ['lfe-sample-rebar-plugin']}.
|
||
|
{eunit_compile_opts, [
|
||
|
{src_dirs, ["test/unit",
|
||
|
"test/integration",
|
||
|
"test/system",
|
||
|
"src"]}
|
||
|
]}.
|
||
|
{deps, [
|
||
|
{lfe, ".*", {git, "git://github.com/rvirding/lfe.git", "develop"}},
|
||
|
{'lfe-utils', ".*", {git, "https://github.com/lfe/lfe-utils.git", "master"}},
|
||
|
{lfeunit, ".*", {git, "git://github.com/lfe/lfeunit.git", "master"}},
|
||
|
{'lfe-sample-rebar-plugin',
|
||
|
".*", {git, "git://github.com/oubiwann/lfe-sample-rebar-plugin.git",
|
||
|
"master"}}
|
||
|
]}.
|