X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=rebar_test_build.config;fp=rebar_test_build.config;h=84843333871150f34f12d17a4fad4f07ea03dca8;hb=efcdece0c88c66e890be5724e707b9132c35df56;hp=0000000000000000000000000000000000000000;hpb=fcfc097ab895201de0cf21ebd89a8039b37bf25a;p=hope.git diff --git a/rebar_test_build.config b/rebar_test_build.config new file mode 100644 index 0000000..8484333 --- /dev/null +++ b/rebar_test_build.config @@ -0,0 +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"]}.