rebar.config added to allow use of 'rebar eunit'

This commit is contained in:
alisdair sullivan 2010-08-06 06:18:09 -07:00
parent 54754c4ffb
commit c6d9035e50

3
rebar.config Normal file
View file

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