|
@@ -15,7 +15,6 @@ run:
|
|
|
|
|
|
test:
|
|
test:
|
|
$(REBAR) eunit skip_deps=true verbose=3
|
|
$(REBAR) eunit skip_deps=true verbose=3
|
|
- $(REBAR) ct skip_deps=true verbose=3
|
|
|
|
|
|
|
|
doc:
|
|
doc:
|
|
$(REBAR) as dev edoc
|
|
$(REBAR) as dev edoc
|
|
@@ -31,7 +30,7 @@ else
|
|
dialyzer --build_plt --output_plt erlang.plt --apps $(DIALYZER_APPS)
|
|
dialyzer --build_plt --output_plt erlang.plt --apps $(DIALYZER_APPS)
|
|
endif
|
|
endif
|
|
ifneq ("$(wildcard pooler.plt)","")
|
|
ifneq ("$(wildcard pooler.plt)","")
|
|
- @echo "redis_pool plt file already exists"
|
|
|
|
|
|
+ @echo "pooler plt file already exists"
|
|
else
|
|
else
|
|
dialyzer --build_plt --output_plt pooler.plt _build/default/lib/*/ebin/
|
|
dialyzer --build_plt --output_plt pooler.plt _build/default/lib/*/ebin/
|
|
endif
|
|
endif
|