ERL_FLAGS for test

This commit is contained in:
Feng 2016-02-14 01:51:27 +08:00
parent 9cb0fe3f0a
commit dfc2c7c79d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ clean:
@$(REBAR) clean
test:
@$(REBAR) skip_deps=true eunit
@ERL_FLAGS="-args_file rel/files/vm.args -config rel/files/test.config" $(REBAR) skip_deps=true eunit
edoc:
@$(REBAR) doc