thrift/lib/erl/rebar.test.config
Nobuaki Sukegawa a4e0c92fd4 THRIFT-3661 Use https to download meck in erlang test build
Client: Build (Ernalg)
Patch: Nobuaki Sukegawa

This closes #888
2016-02-22 23:26:27 +09:00

6 lines
157 B
Plaintext

{erl_opts, [{platform_define, "^R.*", otp16_or_less}, debug_info]}.
{deps, [
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
]}.