Browse Source

Remove an unnecessary step in dialyzer-beam test

Loïc Hoguin 8 years ago
parent
commit
f795c17a49
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/plugin_dialyzer.mk

+ 0 - 3
test/plugin_dialyzer.mk

@@ -118,9 +118,6 @@ dialyzer-beam: build clean
 		"-export([doit/0])." \
 		"doit() -> lager:error(\"Some message\")." > $(APP)/src/use_lager.erl
 
-	$i "Build the application"
-	$t $(MAKE) -C $(APP) $v
-
 	$i "Run Dialyzer"
 	$t $(DIALYZER_MUTEX) $(MAKE) -C $(APP) dialyze $v