aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-12-15 20:47:08 +0100
committerLoïc Hoguin <[email protected]>2011-12-15 20:47:08 +0100
commita7a6faf91e2631374f7bd34b7487fb906e62062d (patch)
tree016cbd63cd5253c2e6a48bb9b8de05563ae8de76 /Makefile
parentce7084aa07e794387025d48cec83c4cafee3c5ec (diff)
downloadcowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.tar.gz
cowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.tar.bz2
cowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.zip
Skip dependencies when running ct tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \