Current section
Files
Jump to
Current section
Files
yamerl_the_fork
rebar.config
rebar.config
%% -*-erlang-*-
%% vim:ft=erlang:
{deps, []}.
{pre_hooks, [
{eunit, "./testsuite/prepare-testsuite-for-rebar"}
]}.
{post_hooks, [
{clean, "rm -rf test"}
]}.