From f38e6e5833a251602468567b32a123f862569db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 7 May 2015 22:27:09 +0300 Subject: Add a check target Compiles, runs tests and runs all sorts of analysis like Dialyzer. --- plugins/dialyzer.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk index 530f809..23d16ee 100644 --- a/plugins/dialyzer.mk +++ b/plugins/dialyzer.mk @@ -15,6 +15,8 @@ DIALYZER_OPTS ?= -Werror_handling -Wrace_conditions \ # Core targets. +check:: dialyze + distclean:: distclean-plt help:: -- cgit v1.2.3