diff --git a/Makefile b/Makefile index 5895a95e0..2a55f8c9d 100644 --- a/Makefile +++ b/Makefile @@ -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