diff --git a/Makefile b/Makefile index 01feea491..8c5f84fd9 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,8 @@ clean: @$(REBAR) clean test: - $(REBAR) skip_deps=true eunit - -ct: ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct + #$(REBAR) skip_deps=true eunit edoc: @$(REBAR) doc