aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric B Merritt <[email protected]>2013-04-30 15:50:13 -0700
committerEric B Merritt <[email protected]>2013-04-30 16:02:56 -0700
commitc2c4e59ab1f234e13617b01d612f6bbcef9fd6c7 (patch)
tree818eacfd5d49bf69e71c5c306b3384e7a171c5dc
parent774f1998ed6fdb643286c9296929486ce8c6a962 (diff)
downloadrelx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.tar.gz
relx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.tar.bz2
relx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.zip
fix a bug in the makefile where dialyzer was not being called on test
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)