blob: 59a25505b4d5715dd25a0165cf656220490006a3 [file] [log] [blame]
%% Dependencies ===============================================================
{deps,
[{hamcrest, ".*", {git, "https://github.com/hyperthunk/hamcrest-erlang.git",
{branch, "master"}}}]}.
%% Compiler Options ===========================================================
% FIXME: Add warnings_as_errors once Hamcrest is fixed
{erl_opts, [
debug_info,
{platform_define, "R14|R15|R16(B0[1-2])?", cover_empty_compile_opts}
]}.
%% Eunit Options ==============================================================
{cover_enabled, true}.
{cover_print_enabled, true}.
%% Misc =======================================================================
{clean_files, [".eunit", "ebin/*.beam", "test/*.beam"]}.