Add dialyze dependencies
This commit is contained in:
parent
88797062a4
commit
f9cf00804f
5
Makefile
5
Makefile
|
@ -39,6 +39,11 @@ CT_OPTS = -cover test/ct.cover.spec -erl_args -name emqttd_ct@127.0.0.1
|
||||||
|
|
||||||
COVER = true
|
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
|
include erlang.mk
|
||||||
|
|
||||||
app:: rebar.config
|
app:: rebar.config
|
||||||
|
|
Loading…
Reference in New Issue