Browse Source

Skip dependencies when running ct tests

Loïc Hoguin 13 years ago
parent
commit
a7a6faf91e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ eunit:
 	@$(REBAR) eunit skip_deps=true
 
 ct:
-	@$(REBAR) ct
+	@$(REBAR) ct skip_deps=true
 
 build-plt:
 	@$(DIALYZER) --build_plt --output_plt .cowboy_dialyzer.plt \