2012-02-14 23:34:55 +00:00
|
|
|
{require_otp_vsn, "R13B04|R14|R15"}.
|
2012-01-11 00:21:39 +00:00
|
|
|
{cover_enabled, true}.
|
|
|
|
{edoc_opts, [{preprocess, true}]}.
|
|
|
|
%%{edoc_opts, [{doclet, edown_doclet}, {pretty_printer, erl_pp}]}.
|
|
|
|
%%{edoc_opts, [{doclet, my_layout}, {pretty_printer, erl_pp}]}.
|
|
|
|
%%{edoc_opts, [{layout, my_layout}, {file_suffix, ".xml"}, {pretty_printer, erl_pp}]}.
|
2012-08-23 19:42:50 +00:00
|
|
|
{erl_opts, [{src_dirs, [src]},
|
2012-01-11 00:21:39 +00:00
|
|
|
warnings_as_errors, {parse_transform, lager_transform}]}.
|
|
|
|
|
|
|
|
{deps, [
|
2012-08-16 20:07:01 +00:00
|
|
|
{lager, "1.2.0", {git, "git://github.com/basho/lager", {tag, "1.2.0"}}},
|
2012-08-29 17:06:28 +00:00
|
|
|
{getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}},
|
2012-07-16 16:14:44 +00:00
|
|
|
{meck, ".*", {git, "git://github.com/eproxus/meck"}},
|
|
|
|
{mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify"}}
|
2012-01-11 00:21:39 +00:00
|
|
|
]}.
|
|
|
|
|
2012-08-29 17:06:28 +00:00
|
|
|
{escript_incl_apps, [lager, getopt]}.
|
2012-08-20 15:05:43 +00:00
|
|
|
|
|
|
|
{plugin_dir, "src"}.
|
2012-08-20 22:24:20 +00:00
|
|
|
{plugins, [rebar_riak_test_plugin]}.
|
|
|
|
{riak_test, [
|
|
|
|
{test_paths, ["tests"]},
|
2012-08-30 18:32:13 +00:00
|
|
|
{test_output, "ebin"}
|
2012-08-30 19:57:28 +00:00
|
|
|
]}.
|