X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=rebar.config;h=84843333871150f34f12d17a4fad4f07ea03dca8;hp=a760517f16efab1cb4a109c165e056a51e4c7010;hb=87160c0adda38ad3c307cc4072a03ab606f359ef;hpb=461a012c674eca40ac9e813d51d08b792cf7df67 diff --git a/rebar.config b/rebar.config index a760517..8484333 100644 --- a/rebar.config +++ b/rebar.config @@ -1 +1,10 @@ +%%% -*- mode: erlang -*- +{clean_files, ["test/*.beam"]}. + +{deps, + [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}] +}. + +{cover_enabled, true}. + {clean_files, ["test/*.beam"]}.