Add dialyze dependencies

This commit is contained in:
HuangDan 2017-07-06 15:54:03 +08:00
parent 88797062a4
commit f9cf00804f
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ CT_OPTS = -cover test/ct.cover.spec -erl_args -name emqttd_ct@127.0.0.1
COVER = true
PLT_APPS = sasl asn1 ssl syntax_tools runtime_tools crypto xmerl os_mon inets public_key ssl lager compiler mnesia
DIALYZER_DIRS := ebin/
DIALYZER_OPTS := --verbose --statistics -Werror_handling \
-Wrace_conditions #-Wunmatched_returns
include erlang.mk
app:: rebar.config