mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 11:09:58 +00:00
16 lines
595 B
Erlang
16 lines
595 B
Erlang
{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, [
|
|
{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"}}}
|
|
]}.
|