rebar.config added to allow use of 'rebar eunit'
This commit is contained in:
parent
54754c4ffb
commit
c6d9035e50
1 changed files with 3 additions and 0 deletions
3
rebar.config
Normal file
3
rebar.config
Normal 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]}.
|
Loading…
Add table
Add a link
Reference in a new issue