jsx/rebar.config

6 lines
201 B
Text
Raw Normal View History

%% edit `path` value to change target directory for tests
{eunit_compile_opts, [{d, test}, {d, path, "./test/cases/"}]}.
%% uncomment to get verbose output from test suite
%% {eunit_opts, [verbose]}.