From dfc2c7c79daa03ce92de2d66c87ce8aa8e781979 Mon Sep 17 00:00:00 2001 From: Feng Date: Sun, 14 Feb 2016 01:51:27 +0800 Subject: [PATCH] ERL_FLAGS for test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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