jsx/rebar.config

3 lines
139 B
Text
Raw Normal View History

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