From f9cf00804f973cd7124811b50695d153c061bec0 Mon Sep 17 00:00:00 2001 From: HuangDan Date: Thu, 6 Jul 2017 15:54:03 +0800 Subject: [PATCH] Add dialyze dependencies --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 5841ef611..20420cf73 100644 --- a/Makefile +++ b/Makefile @@ -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