|
@@ -7,10 +7,22 @@
|
|
|
{erl_opts, [debug_info]}.
|
|
|
{yrl_opts, [{includefile, "include/erlydtl_preparser.hrl"}]}.
|
|
|
|
|
|
+{eunit_opts,
|
|
|
+ [%% This turns off the default output, MUST HAVE
|
|
|
+ no_tty,
|
|
|
+ %% Uses the progress formatter with ANSI-colored output
|
|
|
+ {report, {eunit_progress, [colored
|
|
|
+ %% uncomment to get a list of slowest running tests
|
|
|
+ %%, profile
|
|
|
+ ]}}
|
|
|
+ ]}.
|
|
|
+
|
|
|
{deps,
|
|
|
[{merl, ".*",
|
|
|
{git, "git://github.com/erlydtl/merl.git", {branch, "erlydtl"}},
|
|
|
- [raw]}
|
|
|
+ [raw]},
|
|
|
+ {eunit_formatters, ".*",
|
|
|
+ {git, "git://github.com/seancribbs/eunit_formatters", {branch, "master"}}}
|
|
|
]}.
|
|
|
|
|
|
{pre_hooks,
|