diff --git a/rebar.config b/rebar.config index cc78b03..acda5f1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,5 @@ -%% edit `path` to change target directory for tests +%% edit `path` value to change target directory for tests {eunit_compile_opts, [{d, test}, {d, path, "./test/cases/"}]}. -{eunit_opts, [verbose]}. \ No newline at end of file + +%% uncomment to get verbose output from test suite +%% {eunit_opts, [verbose]}.