Current section

Files

Jump to
yamerl rebar.config
Raw

rebar.config

%% -*-erlang-*-
%% vim:ft=erlang:
{pre_hooks, [
{eunit, "./testsuite/prepare-testsuite-for-rebar"}
]}.
{post_hooks, [
{clean, "rm -rf test"}
]}.