diff options
author | Loïc Hoguin <[email protected]> | 2011-12-15 20:47:08 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-12-15 20:47:08 +0100 |
commit | a7a6faf91e2631374f7bd34b7487fb906e62062d (patch) | |
tree | 016cbd63cd5253c2e6a48bb9b8de05563ae8de76 /Makefile | |
parent | ce7084aa07e794387025d48cec83c4cafee3c5ec (diff) | |
download | cowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.tar.gz cowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.tar.bz2 cowboy-a7a6faf91e2631374f7bd34b7487fb906e62062d.zip |
Skip dependencies when running ct tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |