From a7a6faf91e2631374f7bd34b7487fb906e62062d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 15 Dec 2011 20:47:08 +0100 Subject: Skip dependencies when running ct tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ea1eb4..5455569 100644 --- a/Makefile +++ b/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 \ -- cgit v1.2.3