mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
69 lines
3.3 KiB
Erlang
69 lines
3.3 KiB
Erlang
%% THIS FILE IS GENERATED. DO NOT EDIT IT MANUALLY %%
|
|
|
|
{require_otp_vsn,"R13B04|R14|R15|R16"}.
|
|
{cover_enabled,true}.
|
|
{edoc_opts,[{preprocess,true}]}.
|
|
{erl_opts,[{src_dirs,[src,intercepts,perf]},
|
|
warnings_as_errors,
|
|
{parse_transform,lager_transform}]}.
|
|
{erl_first_files,["src/rt_intercept_pt.erl"]}.
|
|
{eunit_opts,[verbose]}.
|
|
{deps,[{goldrush,".*",
|
|
{git,"https://github.com/basho/goldrush.git",
|
|
"8f1b715d36b650ec1e1f5612c00e28af6ab0de82"}},
|
|
{lager,".*",
|
|
{git,"https://github.com/basho/lager",
|
|
"81eaef0ce98fdbf64ab95665e3bc2ec4b24c7dac"}},
|
|
{getopt,".*",
|
|
{git,"https://github.com/basho/getopt.git",
|
|
"388dc95caa7fb97ec7db8cfc39246a36aba61bd8"}},
|
|
{meck,".*",
|
|
{git,"https://github.com/basho/meck.git",
|
|
"dde759050eff19a1a80fd854d7375174b191665d"}},
|
|
{mapred_verify,".*",
|
|
{git,"https://github.com/basho/mapred_verify",
|
|
"51b79c5b05eb04640e13131f06ef96561b96ba8e"}},
|
|
{protobuffs,".*",
|
|
{git,"https://github.com/basho/erlang_protobuffs.git",
|
|
"0dde9d3b37b7bec3a4dfb0e87684dd7039e169ab"}},
|
|
{hamcrest,".*",
|
|
{git,"https://github.com/basho/hamcrest-erlang.git",
|
|
"98bc7aa19ea081478c816824aa05fc5a48acae66"}},
|
|
{riak_pb,".*",
|
|
{git,"https://github.com/basho/riak_pb",
|
|
"cb15cc4770f3748289ba56245d62b1c0d07c33f7"}},
|
|
{riakc,".*",
|
|
{git,"https://github.com/basho/riak-erlang-client",
|
|
"855f38e1c7805c2e96fa2b302c8332130b8c0b46"}},
|
|
{ibrowse,".*",
|
|
{git,"https://github.com/basho/ibrowse.git",
|
|
"b28542d1e326ba44bcfaf7fd6d3c7f8761d20f08"}},
|
|
{mochiweb,".*",
|
|
{git,"git://github.com/basho/mochiweb.git",
|
|
"4d3882181d0e0e507a05115782a2b091a1db2be4"}},
|
|
{webmachine,".*",
|
|
{git,"https://github.com/basho/webmachine",
|
|
"77789b7cbb01cac4c7936578acc55245570d5afe"}},
|
|
{riakhttpc,".*",
|
|
{git,"https://github.com/basho/riak-erlang-http-client",
|
|
"c174ef06d01f387a5fab83f476ae46533394c478"}},
|
|
{kvc,".*",
|
|
{git,"https://github.com/basho/kvc.git",
|
|
"5565fe51857747662410cc3c06362ebcf48a2f04"}},
|
|
{druuid,".*",
|
|
{git,"https://github.com/basho/druuid.git",
|
|
"b3c5c2a52bb3f510d168b32e64f6fbc6a3c6a0e6"}},
|
|
{tdiff,".*",
|
|
{git,"https://github.com/basho/tdiff",
|
|
"bbb54ce20df388f2c7d01e8df30ef471ca98d0fb"}},
|
|
{rebar_lock_deps_plugin,".*",
|
|
{git,"https://github.com/basho/rebar_lock_deps_plugin.git",
|
|
"8816f45ff38cd04d5c7741bd39166af58116dd44"}}]}.
|
|
{escript_incl_apps,[goldrush,lager,getopt,riakhttpc,riakc,ibrowse,mochiweb,
|
|
kvc,tdiff]}.
|
|
{escript_emu_args,"%%! -escript main riak_test_escript +K true +P 10000 -env ERL_MAX_PORTS 10000\n"}.
|
|
{plugin_dir,"src"}.
|
|
{plugins,[rebar_riak_test_plugin,rebar_lock_deps_plugin]}.
|
|
{riak_test,[{test_paths,["tests","perf"]},{test_output,"ebin"}]}.
|
|
|