ramsay-t / Smother

Extended code coverage metrics for Erlang.
36 stars 9 forks source link

Tyding up of rebar.config + proper setting for non-OTP dependency #4

Closed lauramcastro closed 11 years ago

lauramcastro commented 11 years ago

Non-OTP repositories (such as wrangler) can be specified as [raw] in rebar configuration, meaning that rebar shall not take them into account when compiling dependencies. Thus, now the fact that the configure_wrangler.sh does ./configure && make can be considered a permanent setting and not a temporary fix (and hence the renaming of the script).