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(-) (limited to 'Makefile') 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 From c5f0a8c9175b2d152c69f72da15e7ceff411f86b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 May 2013 17:13:06 -0700 Subject: internal rename completion of all relcool to relx calls --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbdd672..bfbaab8 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ ct: compile clean-common-test-data -pa $(CURDIR)/deps/*/ebin \ -logdir $(CURDIR)/logs \ -dir $(CURDIR)/test/ \ - -suite rclt_command_SUITE rclt_discover_SUITE -suite rclt_release_SUITE + -suite rlx_command_SUITE rlx_discover_SUITE -suite rlx_release_SUITE test: compile dialyzer eunit ct -- cgit v1.2.3