From c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7 Mon Sep 17 00:00:00 2001 From: Eric B Merritt Date: Tue, 30 Apr 2013 15:50:13 -0700 Subject: fix a bug in the makefile where dialyzer was not being called on test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fc0038..fbdd672 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ ct: compile clean-common-test-data -dir $(CURDIR)/test/ \ -suite rclt_command_SUITE rclt_discover_SUITE -suite rclt_release_SUITE -test: compile eunit ct +test: compile dialyzer eunit ct $(DEPS_PLT): @echo Building local erts plt at $(DEPS_PLT) -- cgit v1.2.3