comment enunit verbose
This commit is contained in:
parent
dfc2c7c79d
commit
e8c0546525
|
@ -11,7 +11,7 @@
|
||||||
{i, "include"},
|
{i, "include"},
|
||||||
{src_dirs, ["src"]}]}.
|
{src_dirs, ["src"]}]}.
|
||||||
|
|
||||||
{eunit_opts, [verbose]}.
|
{eunit_opts, []}. %%verbose
|
||||||
|
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
{cover_enabled, true}.
|
{cover_enabled, true}.
|
||||||
|
@ -27,9 +27,7 @@
|
||||||
%% comment in 0.13.0 release
|
%% comment in 0.13.0 release
|
||||||
%% {lib_dirs, ["../"]}.
|
%% {lib_dirs, ["../"]}.
|
||||||
|
|
||||||
{sub_dirs, [
|
{sub_dirs, ["rel", "plugins/*/"]}.
|
||||||
"rel",
|
|
||||||
"plugins/*/"]}.
|
|
||||||
|
|
||||||
{deps, [
|
{deps, [
|
||||||
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},
|
{gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},
|
||||||
|
|
Loading…
Reference in New Issue