jsx/rebar.config
2010-08-07 18:08:31 -07:00

5 lines
201 B
Erlang

%% 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]}.