diff options
author | Eric B Merritt <[email protected]> | 2013-04-30 15:50:13 -0700 |
---|---|---|
committer | Eric B Merritt <[email protected]> | 2013-04-30 16:02:56 -0700 |
commit | c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7 (patch) | |
tree | 818eacfd5d49bf69e71c5c306b3384e7a171c5dc /Makefile | |
parent | 774f1998ed6fdb643286c9296929486ce8c6a962 (diff) | |
download | relx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.tar.gz relx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.tar.bz2 relx-c2c4e59ab1f234e13617b01d612f6bbcef9fd6c7.zip |
fix a bug in the makefile where dialyzer was not being called on test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |